Find the Eigenvectors/Eigenspace A=[[1,0,0],[1,2,0],[-3,5,2]]
Problem
Solution
Find the eigenvalues by solving the characteristic equation
det(A−λ*I)=0 SinceA is a lower triangular matrix, the eigenvalues are the diagonal entries.
Set up the system
(A−λ*I)*v=0 for the eigenvalue(λ_1)=1
Solve for the eigenvector
(v_1) corresponding to(λ_1)=1 From the second row,x+y=0⇒y=−x From the third row,−3*x+5*y+z=0 Substitutingy=−x gives−3*x−5*x+z=0⇒z=8*x
Set up the system
(A−λ*I)*v=0 for the eigenvalue(λ_2)=2
Solve for the eigenvectors corresponding to
(λ_2)=2 From the first row,−x=0⇒x=0 From the third row,−3*(0)+5*y+0*z=0⇒y=0 The variablez is free.
Identify the eigenspaces by expressing the sets of all linear combinations of the basis vectors found for each eigenvalue.
Final Answer
Want more problems? Check here!