Find the Variables
Problem
Solution
Identify the matrix equation as an eigenvalue problem. The equation
A*V=V*D whereD is a diagonal matrix, implies that the columns ofV are the eigenvectors ofA corresponding to the diagonal entries ofD Set up the system for the first column
[[a],[d],[g]] using the eigenvalueλ=5
Solve for
a,d,g using row reduction. From the second row,g=−6*a Substituting into the first row:−8*a−2*d−(−6*a)=0⇒−2*a−2*d=0⇒d=−a Choosinga=1
Set up the system for the second column
[[b],[e],[h]] using the eigenvalueλ=2
Solve for
b,e,h From the third row,−6*b−2*e=0⇒e=−3*b Substituting into the second row:6*b+3*(−3*b)+h=0⇒−3*b+h=0⇒h=3*b Choosingb=1
Set up the system for the third column
[[c],[ƒ],[i]] using the eigenvalueλ=3
Solve for
c,ƒ,i All rows are multiples of6*c+2*ƒ+i=0 We can choosec=1 andƒ=−3 then6*(1)+2*(−3)+i=0⇒i=0 Choosingc=1,ƒ=−3
Final Answer
Want more problems? Check here!