boneill3
- 126
- 0
Homework Statement
Show that the Matrices A and B are similar
[itex]A=\[ \left( \begin{array}{cc}<br /> 1 & 1 \\<br /> -1 & 4 \end{array} \right)\] B=\[ \left( \begin{array}{cc}<br /> 2 & 1 \\<br /> 1 & 3 \end{array} \right)\][/itex]
Homework Equations
B=PAP-1
The Attempt at a Solution
I know they have the same trace of 5
I have found the charecteristic equations of both matrices which are the same
[itex]\lambda^2-5\lambda+5[/itex]
So I solve for zero to get the eigenvalues.
[itex]\lambda^2-5\lambda+5=0[/itex] so the eigenvalues are
[itex]\lambda_1=\frac{5+\sqrt{5}}{2}[/itex] and [itex]\lambda_2=\frac{5-\sqrt{5}}{2}[/itex]
I'm having trouble finding the invertable Matrix P
I know I have to use the matrix
[itex] A=\[ \left( \begin{array}{cc}<br /> 1-\lambda & 1 \\<br /> -1 & 4-\lambda \end{array} \right)\][/itex]
and solve for zero. then I believe I use the diagonals of matrix B to substitute for [itex]\lambda[/itex] eg 2 and 3
But not sure how to get there. Any help greatly appreciated