Eigenvalues and Eigenvectors

4 min read Updated Wed May 06 2026 19:36:36 GMT+0000 (Coordinated Universal Time)

Let T:VVT: V\rightarrow V over FF. λF\lambda \in F and vVv \in V satisfying T(v)=λvT(v)=\lambda v are called an eigenvalue and a corresponding eigenvector of TT respectively.

Here for any λ\lambda, v=0v=\underline{0} is a trivial solution. Usually only non-trivial solutions are mentioned.

Properties

If λ\lambda is an eigenvalue of AA then λ1\lambda^{-1} is an eigenvalue of A1A^{-1}.

If A1=P1APA^{-1} = P^{-1} A P for some matrix PP then AA and A1A^{-1} has the same set of eigenvalues.

Product of the eigenvalues is equal to the determinant.

Sum of the eigenvalues is the equal to the trace of the matrix.

Cayley Hamilton theorem can be used to find the inverses and higher power matrices efficiently.

If λ\lambda is an eigenvalue of AA, then λn\lambda^n is an eigenvalue of AnA^n where nZn \in \mathbb{Z} .

If λ\lambda is an eigenvalue of AA, then p(λ)p(\lambda) is an eigenvalue of p(A)p(A) where pp is any polynomial which takes in an number or a matrix.

Eigenspace

For a given λF\lambda \in F, the set of corresponding eigenvectors.

Vλ={vVT(v)=λv}V_\lambda = \set{ v\in V | T(v)=\lambda v }

An eigenspace is a subspace of VV.

Basis of an eigenspace is usually given as the eigenvectors.

For any eigenvalues λ1\lambda_1 and λ2\lambda_2,

Vλ1Vλ2={0}V_{\lambda_1} \cap V_{\lambda_2} = \set { \underline{0} }

Geometric Multiplicity

Dimension of VλV_\lambda. Denoted as gλg_\lambda.

Minimal Polynomial

For AFnn×nA \in F^{nn\times n}, m(x)m(x) of AA is such that:

  • m(x)m(x) is monic (i.e. the leading coefficient is 1) (which implies m(x)≢0m(x) \not\equiv 0)
  • m(A)=0m(A) = 0
  • If h(x)≢0h(x) \not\equiv 0 and h(A)=0h(A)=0 then deg(h)deg(m)\text{deg}(h) \ge \text{deg}(m)

If f(λ)=0f(\lambda)=0 then m(λ)=0m(\lambda)=0.

m(x)m(x) divides f(x)f(x).

If m(λ)=0m(\lambda)=0 then f(λ)=0f(\lambda)=0.

As m(x)m(x) divides f(x)f(x), they both have the same basic factors with different powers. The powers in f(x)f(x) are called algebraic multiplicity (aλa_\lambda). The powers in m(x)m(x) are called minimal mulitplicity (mλm_\lambda).

naλmλ1n \ge a_\lambda \ge m_\lambda \ge 1

Diagonalization

Basics for Diagonalization is already covered in 1st semester.

The following statements are equivalent:

  • ACn×nA \in C_{n\times n} is diagonalizable
  • aλ=gλa_\lambda = g_\lambda
  • mλ=1m_\lambda = 1
  • Eigenvectors form a basis for CnC_n