Find the Eigenvectors/Eigenspace [[1,0,2],[0,5,0],[3,0,2]]
Problem
Solution
Set up the characteristic equation by subtracting
λ from the diagonal elements and setting the determinant ofA−λ*I to zero.
Calculate the determinant by expanding along the second row.
Solve for the eigenvalues by factoring the quadratic expression inside the parentheses.
Find the eigenvector for
(λ_1)=5 by solving(A−5*I)*v=0
Find the eigenvector for
(λ_2)=4 by solving(A−4*I)*v=0
Find the eigenvector for
(λ_3)=−1 by solving(A+I)*v=0
Final Answer
Want more problems? Check here!