Let T:V→V over F. λ∈F and v∈V satisfying T(v)=λv are called an eigenvalue and a corresponding eigenvector of T respectively.
Here for any λ, v=0 is a trivial solution. Usually only non-trivial solutions are mentioned.
Properties
Ifλ is an eigenvalue of Athenλ−1 is an eigenvalue of A−1.
IfA−1=P−1AP for some matrix PthenA and A−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 λ is an eigenvalue of A, then λn is an eigenvalue of An where n∈Z.
If λ is an eigenvalue of A, then p(λ) is an eigenvalue of p(A) where p is any polynomial which takes in an number or a matrix.
Eigenspace
For a given λ∈F, the set of corresponding eigenvectors.
Vλ={v∈V∣T(v)=λv}
An eigenspace is a subspace of V.
Basis of an eigenspace is usually given as the eigenvectors.
For any eigenvalues λ1 and λ2,
Vλ1∩Vλ2={0}
Geometric Multiplicity
Dimension of Vλ. Denoted as gλ.
Minimal Polynomial
For A∈Fnn×n, m(x) of A is such that:
m(x) is monic (i.e. the leading coefficient is 1) (which implies m(x)≡0)
m(A)=0
Ifh(x)≡0 and h(A)=0thendeg(h)≥deg(m)
Iff(λ)=0thenm(λ)=0.
m(x) divides f(x).
Ifm(λ)=0thenf(λ)=0.
As m(x) divides f(x), they both have the same basic factors with different powers. The powers in f(x) are called algebraic multiplicity (aλ). The powers in m(x) are called minimal mulitplicity (mλ).