Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

Eigenvalues and Eigenspaces

  • Watch 13 and 14 of 3blue1brown

(insert picture of what a eigenvector is)

Definition: Let AA be a n×nn\times n matrix. Then a nonzero vector uu is an eigenvector if there exists a scalar λ\lambda such that Au=λuAu=\lambda u. The scalar λ\lambda here is called the eigenvalue. Here uu is an eigenvector associated to λ\lambda.

Examples:

  • What are the eigenvalues and eigenvalues of a diagonal matrix?

  • What are the eigenvalues and eigenvectors of problem 3 on the midterm?

  • What are the eigenvalues and eigenvectors of reflection across a plane?

  • Let A=[[3,5],[4,2]]A=[[3,5],[4,2]]. Determine if each of the following is an eigenvector for AA. u1=(5,4),u2=(4,1),u3=(1,1)u_1=(5,4),u_2=(4,-1),u_3=(-1,1).

Theorem A square matrix is invertible if and only if 00 is not a eigenvalue.

Theorem/Definition: Let AA be a n×nn\times n matrix with eigenvalue λ\lambda. Then the set of all eigenvectors associated to λ\lambda along with 00 forms a subspace, called the eigenspace, of Rn\mathbb{R}^n. This is also the null space of AλIA-\lambda I.

Theorem/Definition: Let AA be an n×nn\times n matrix. Then λ\lambda is an eigenvalue if and only if det(AλI)=0\det(A-\lambda I)=0. The polynomial det(AλI)\det(A-\lambda I) is called the charateristic polynomial of AA. The multiplicity of a eigenvalue is its multiplicity in the charateristic polynomial.

Example: Find the eigenvalues and a basis for each eigenspace for A=[[0,2,1],[1,1,0],[1,2,0]]A=[[0,2,-1],[1,-1,0],[1,-2,0]].

It turns out that det(AλI)\det(A-\lambda I) is λ3λ2+λ+1=(λ1)(λ+1)2-\lambda^3-\lambda^2+\lambda+1=-(\lambda-1)(\lambda+1)^2.

So we are just finding the basis for the nullspaces of AIA-I and A+IA+I which we can do with row reductions.

Theorem: Let AA be a square matrix with eigenvalue λ\lambda. Then the dimension of the associated eigenspace is less than or equal to the multiplicty of λ\lambda.