TheFerruccio
- 216
- 0
Is there a faster way to do this matrix problem??
Verify that \mathbf{A} and \mathbf{\hat{A}} = \mathbf{P}^{-1}\mathbf{A}\mathbf{P} have the same spectrum.
\mathbf{A} =<br /> \left[<br /> \begin{array}{ccc}<br /> -22 & 20 & 10 \\<br /> -4 & 20 & -8 \\<br /> 28 & -14 & 29 \\<br /> \end{array} \right]
\mathbf{P} =<br /> \left[<br /> \begin{array}{ccc}<br /> 1 & 0 & 2 \\<br /> 0 & 2 & 4 \\<br /> 2 & 8 & 0 \\<br /> \end{array} \right]
The problem is asking whether two similar matrices have the same set of eigenvalues.
Conceptually, I would first find the eigenvalues of A, by finding the characteristic equation, which will be a cubic equation resulting in 3 eigenvalues as the solutions. In this case, I used a computer to find \lambda = 36, 18, -27. I then find the eigenvectors of A to verify that the matrix P represents the eigenvectors of A.
After that, I would compute the inverse of P using Gauss-Jordan elimination, then multiply the matrices out to find the similarity transform of A. Then, I would do the same method previously stated to find the eigenvalues of A.
My question is: Is there ANY nice, fast way to do all of this by hand? This seems like an extremely arduous process. The first time I found the eigenvectors of A, it resulted in filling up a page with text 4 times (then erasing) and finally getting the right answer on the 5th attempt, purely due to my error rate with the arithmetic.
I surely must not be properly understanding the concept if I am doing all this work to achieve the answers.
Homework Statement
Verify that \mathbf{A} and \mathbf{\hat{A}} = \mathbf{P}^{-1}\mathbf{A}\mathbf{P} have the same spectrum.
Homework Equations
\mathbf{A} =<br /> \left[<br /> \begin{array}{ccc}<br /> -22 & 20 & 10 \\<br /> -4 & 20 & -8 \\<br /> 28 & -14 & 29 \\<br /> \end{array} \right]
\mathbf{P} =<br /> \left[<br /> \begin{array}{ccc}<br /> 1 & 0 & 2 \\<br /> 0 & 2 & 4 \\<br /> 2 & 8 & 0 \\<br /> \end{array} \right]
The Attempt at a Solution
The problem is asking whether two similar matrices have the same set of eigenvalues.
Conceptually, I would first find the eigenvalues of A, by finding the characteristic equation, which will be a cubic equation resulting in 3 eigenvalues as the solutions. In this case, I used a computer to find \lambda = 36, 18, -27. I then find the eigenvectors of A to verify that the matrix P represents the eigenvectors of A.
After that, I would compute the inverse of P using Gauss-Jordan elimination, then multiply the matrices out to find the similarity transform of A. Then, I would do the same method previously stated to find the eigenvalues of A.
My question is: Is there ANY nice, fast way to do all of this by hand? This seems like an extremely arduous process. The first time I found the eigenvectors of A, it resulted in filling up a page with text 4 times (then erasing) and finally getting the right answer on the 5th attempt, purely due to my error rate with the arithmetic.
I surely must not be properly understanding the concept if I am doing all this work to achieve the answers.