I'm trying to find the Jordan normal form and the corresponding Jordan basis for the following matrix:
$$\begin{pmatrix} 0 & 3 & 3 \\ -1 & 8 & 6 \\2 & -14 & -10\end{pmatrix}$$
I've found the eigenvalues to be $0,-1$, with eigenvectors $\begin{pmatrix} -2 \\ -2 \\ 1 \end{pmatrix}$ and $\begin{pmatrix} -3 \\ -3 \\4 \end{pmatrix}$
However, when I try to compute the third vector to complete my Jordan basis I get a probelm. I know I need to solve $v_2=(A+I)v_3$, which I have done (and checked) and found the third one to be $\begin{pmatrix} -3/2 \\ -1/2 \\ 0\end{pmatrix}$. But this doesn't seem to give me that $J=C^{-1}AC$.
What have I done wrong?