Introduction to Eigenvectors & Eigenvalues
Eigenvalues and eigenvectors describe how a matrix transforms vectors in space. An eigenvector is a nonzero vector whose direction remains unchanged when multiplied by the matrix, and the corresponding eigenvalue indicates how much the vector is stretched or compressed.
What Are Eigenvectors and Eigenvalues?
An eigenvector is a non-zero vector that only changes in magnitude when a matrix is applied to it. The corresponding scalar value that describes this change is the eigenvalue.
Av=Ξ»vWhere:
- A is a square matrix;
- Ξ» is the eigenvalue;
- v is the eigenvector.
Example Matrix and Setup
Suppose:
A=[42β13β]We want to find values of Ξ» and vectors v such that:
Av=Ξ»vCharacteristic Equation
To find Ξ», solve the characteristic equation:
det(AβΞ»I)=0Substitute:
det[4βΞ»2β13βΞ»β]=0Compute determinant:
(4βΞ»)(3βΞ»)β2=0Solve:
Ξ»2β7Ξ»+10=0Ξ»=5,Ξ»=2Find Eigenvectors
Now solve for each Ξ».
For Ξ»=5:
Subtract:
(Aβ5I)v=0 [β12β1β2β]v=0Solve:
v1β=v2βSo:
v=[11β]For Ξ»=2:
Subtract:
(Aβ2I)v=0 [22β11β]v=0Solve:
v1β=β21βv2βSo:
v=[β12β]Confirm the Eigenpair
Once you have an eigenvalue Ξ» and an eigenvector v, verify that:
Av=Ξ»vExample:
A[11β]=[55β]=5[11β]Eigenvectors are not unique.
If v is an eigenvector, then so is any scalar multiple cv for cξ =0.
Example:
[22β]is also an eigenvector for Ξ»=5.
Diagonalization (Advanced)
If a matrix A has n linearly independent eigenvectors, then it can be diagonalized:
A=PDPβ1Where:
- P is the matrix of eigenvectors as columns;
- D is a diagonal matrix of eigenvalues;
- Pβ1 is the inverse of P.
You can confirm diagonalization by checking A=PDPβ1.
This is useful for computing powers of A:
Example
Let:
A=[30β12β]Find eigenvalues:
det(AβΞ»I)=0Solve:
Ξ»=3,Ξ»=2Find eigenvectors:
For Ξ»=3:
v=[10β]For Ξ»=2:
v=[β11β]Construct P,D and Pβ1:
P=[10ββ11β],D=[30β02β],Pβ1=[10β11β]Compute:
PDPβ1=[30β12β]=AConfirmed.
Why this matters:
To compute powers of A, like Ak. Since D is diagonal:
Ak=PDkPβ1This makes calculating matrix powers much faster.
Important Notes
- Eigenvalues and eigenvectors are directions that remain unchanged under transformation;
- Ξ» stretches v;
- Ξ»=1 keeps v unchanged in magnitude.
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.96
Introduction to Eigenvectors & Eigenvalues
Swipe to show menu
Eigenvalues and eigenvectors describe how a matrix transforms vectors in space. An eigenvector is a nonzero vector whose direction remains unchanged when multiplied by the matrix, and the corresponding eigenvalue indicates how much the vector is stretched or compressed.
What Are Eigenvectors and Eigenvalues?
An eigenvector is a non-zero vector that only changes in magnitude when a matrix is applied to it. The corresponding scalar value that describes this change is the eigenvalue.
Av=Ξ»vWhere:
- A is a square matrix;
- Ξ» is the eigenvalue;
- v is the eigenvector.
Example Matrix and Setup
Suppose:
A=[42β13β]We want to find values of Ξ» and vectors v such that:
Av=Ξ»vCharacteristic Equation
To find Ξ», solve the characteristic equation:
det(AβΞ»I)=0Substitute:
det[4βΞ»2β13βΞ»β]=0Compute determinant:
(4βΞ»)(3βΞ»)β2=0Solve:
Ξ»2β7Ξ»+10=0Ξ»=5,Ξ»=2Find Eigenvectors
Now solve for each Ξ».
For Ξ»=5:
Subtract:
(Aβ5I)v=0 [β12β1β2β]v=0Solve:
v1β=v2βSo:
v=[11β]For Ξ»=2:
Subtract:
(Aβ2I)v=0 [22β11β]v=0Solve:
v1β=β21βv2βSo:
v=[β12β]Confirm the Eigenpair
Once you have an eigenvalue Ξ» and an eigenvector v, verify that:
Av=Ξ»vExample:
A[11β]=[55β]=5[11β]Eigenvectors are not unique.
If v is an eigenvector, then so is any scalar multiple cv for cξ =0.
Example:
[22β]is also an eigenvector for Ξ»=5.
Diagonalization (Advanced)
If a matrix A has n linearly independent eigenvectors, then it can be diagonalized:
A=PDPβ1Where:
- P is the matrix of eigenvectors as columns;
- D is a diagonal matrix of eigenvalues;
- Pβ1 is the inverse of P.
You can confirm diagonalization by checking A=PDPβ1.
This is useful for computing powers of A:
Example
Let:
A=[30β12β]Find eigenvalues:
det(AβΞ»I)=0Solve:
Ξ»=3,Ξ»=2Find eigenvectors:
For Ξ»=3:
v=[10β]For Ξ»=2:
v=[β11β]Construct P,D and Pβ1:
P=[10ββ11β],D=[30β02β],Pβ1=[10β11β]Compute:
PDPβ1=[30β12β]=AConfirmed.
Why this matters:
To compute powers of A, like Ak. Since D is diagonal:
Ak=PDkPβ1This makes calculating matrix powers much faster.
Important Notes
- Eigenvalues and eigenvectors are directions that remain unchanged under transformation;
- Ξ» stretches v;
- Ξ»=1 keeps v unchanged in magnitude.
Thanks for your feedback!