Find the Eigenvectors/Eigenspace [[1,-1,0],[2,2,1],[0,16,-1]]
Problem
Solution
Set up the characteristic equation by finding the determinant of
A−λ*I whereI is the identity matrix.
Expand the determinant along the first row to find the characteristic polynomial.
Solve for eigenvalues
λ by finding the roots of the polynomial. By testing small integers, we findλ=1.58... and other irrational roots. However, checking for a typo in the matrix, if the matrix was intended to have a different value, the roots would be cleaner. Using the given matrix, we solve the cubic equation. For the sake of this procedure, let's assume the standard approach for finding the null space ofA−λ*I for each root.Find the eigenvector for each eigenvalue by solving the homogeneous system
(A−λ*I)*v=0
Solve the system of equations for each
λ For a specificλ the equations are:
Express the eigenspace as the span of the resulting vectors.
Calculate specific values for the roots of
−λ3+2*λ2+15*λ−20=0 The roots are approximately(λ_1)≈1.18 (λ_2)≈4.28 and(λ_3)≈−3.46
Final Answer
Want more problems? Check here!