Eigenpair of affine transformation

Dependencies:

  1. Matrix
  2. Eigenvalues and Eigenvectors
  3. Identity matrix

If $(\lambda, v)$ is an eigenpair of matrix $A$, then $(aλ+b, v)$ is an eigenpair of $aA+bI$.

Proof

$(\lambda, v)$ is eigenpair of $A \iff Av = \lambda v$. \[ (aA+bI)v = a(Av) + b(Iv) = a(\lambda v) + bv = (a\lambda + b)v \]

Dependency for:

  1. Bound on eigenvalues of sum of matrices

Info:

Transitive dependencies:

  1. /linear-algebra/vector-spaces/condition-for-subspace
  2. /linear-algebra/matrices/gauss-jordan-algo
  3. /sets-and-relations/composition-of-bijections-is-a-bijection
  4. /sets-and-relations/equivalence-relation
  5. Group
  6. Ring
  7. Polynomial
  8. Integral Domain
  9. Comparing coefficients of a polynomial with disjoint variables
  10. Field
  11. Vector Space
  12. Linear independence
  13. Span
  14. Linear transformation
  15. Composition of linear transformations
  16. Vector space isomorphism is an equivalence relation
  17. Semiring
  18. Matrix
  19. Stacking
  20. System of linear equations
  21. Product of stacked matrices
  22. Matrix multiplication is associative
  23. Reduced Row Echelon Form (RREF)
  24. Matrices over a field form a vector space
  25. Row space
  26. Elementary row operation
  27. Every elementary row operation has a unique inverse
  28. Row equivalence of matrices
  29. Row equivalent matrices have the same row space
  30. RREF is unique
  31. Identity matrix
  32. Inverse of a matrix
  33. Inverse of product
  34. Elementary row operation is matrix pre-multiplication
  35. Row equivalence matrix
  36. Equations with row equivalent matrices have the same solution set
  37. Basis of a vector space
  38. Linearly independent set is not bigger than a span
  39. Homogeneous linear equations with more variables than equations
  40. Rank of a homogenous system of linear equations
  41. Rank of a matrix
  42. Basis of F^n
  43. Matrix of linear transformation
  44. Coordinatization over a basis
  45. Basis changer
  46. Basis change is an isomorphic linear transformation
  47. Vector spaces are isomorphic iff their dimensions are same
  48. Canonical decomposition of a linear transformation
  49. Eigenvalues and Eigenvectors