springo
- 125
- 0
Homework Statement
I need to find a Jordan decomposition for:
\[ \left( \begin{array}{cccc}<br /> 2 & 0 & 1 & 2 \\<br /> -1 & 3 & 0 & -1 \\<br /> 2 & -2 & 4 & 6 \\<br /> -1 & 1 & -1 & -1 \end{array} \right)\]
Homework Equations
The Attempt at a Solution
I found the eigenvalues: 2 (m=4).
I also found the eigenvectors:
\[ \left( \begin{array}{c}1 & 1 & 0 & 0\end{array} \right)\]\[ \left( \begin{array}{c}-1 & 0 & -2 & 1\end{array} \right)\]
But then I see that (A-2I)2 = 0.
So how do I continue?
Thanks a lot.