To find the eigenvalues of a matrix, , we need to find To find the eigenvectors of a matrix, , we need to find →
Examples
Eigenvalues → →
Eigenvectors → ~ → = Same for
Search
Jan 06, 2025, 1 min read
To find the eigenvalues of a matrix, A, we need to find det(A−λIn)=0 To find the eigenvectors of a matrix, A, we need to find Aqi=λiqi → ker(λiIn−A)
Eigenvalues det(A−λI2)=0 → λ2+3λ=0 → λ1=0.λ2=−3
Eigenvectors Aq1=λ1q1 → ker([3010]) ~ ker([001−3]) → q1 = ker([10]) Same for q2