I have the matrix $A=\begin{pmatrix}2&2&1\\-1&0&1\\4&1&-1\end{pmatrix}$, I want to write it in Jordan-Normal Form. I have $x_1=3,x_2=x_3=-1$ and calculated eigenvectors $v_1=\begin{pmatrix}1\\0\\1\end{pmatrix},v_2=\begin{pmatrix}1\\-4\\5\end{pmatrix},v_3=\begin{pmatrix}0\\0\\0\end{pmatrix}$. But, the matrix $Z=\begin{pmatrix}1&1&0\\0&-4&0\\1&5&0\end{pmatrix}$ is not invertible since $\text{det}(Z)=0$. Does this mean the matrix cannot be written in JNF or do I need to find different eigenvectors?
I have tried to find different eigenvectors, but keep arriving at the same problem, any suggestions?
Thanks
This should give you a clue as to how to reduce it to Jordan normal form as the whole reason we need Jordan blocks is because we can't find as many eigenvectors as we can eigenvalues (counting multiplicity). Otherwise we'd just be diagonalising it.
– muzzlator Mar 27 '13 at 17:14