Find the Eigenvectors/Eigenspace [[1,2,-1],[1,0,1],[-2,-2,0]]
Problem
Solution
Set up the characteristic equation by calculating
det(A−λ*I)=0 to find the eigenvalues.
Calculate the determinant using cofactor expansion along the first row.
Simplify the polynomial to find the roots.
Identify the eigenvalues from the roots of the characteristic equation.
Find the eigenvector for
(λ_1)=0 by solving(A−0*I)*v=0
Find the eigenvector for
(λ_2)=2 by solving(A−2*I)*v=0
Find the eigenvector for
(λ_3)=−1 by solving(A+1*I)*v=0
Final Answer
Want more problems? Check here!