NavalChicken
- 17
- 0
Homework Statement
This is part of a larger problem of finding e^A, where <br /> <br /> <br /> A = \left[ \begin{array}{ccc} 0 & 0 & -2 \\ 1 & 2 & 1 \\ 1 & 0 & 3 \end{array} \right]<br /> <br />
Homework Equations
-
The Attempt at a Solution
I generally have no problems with diagonalising a matrix, however, in this case I just can't seem to get it to work. I've got the eigenvectors to be (-1, 0, 1)^T, (0, 1, 0)^T, (-2, 1, 1)^T
Once carried through the steps of finding P, A, P^{-2} and finding the diagonal, I come out with
D = \left[ \begin{array}{ccc} 2 & 0 & 0 \\ 0 & 2 & 2 \\ 0 & 0 & 1 \end{array} \right]
I've checked it on wolframalpha and on maple and both confirm that my inverse is correct and following through the multiplication both come out with the same result. Chances are I've just made a silly mistake somewhere. Can someone help me spot it?
Thankyou