Consider just the characteristic polynomial of the following matriz and justify that is is non diagonalizable:
$$ \begin{bmatrix} 0 & 0 & 4 \\ 3 & 2 & -1 \\ 1 & 0 & -4 \\ \end{bmatrix} $$
So I calculated the characteristic polynomial $$(2-x)(x^2 + 4x - 4)$$ and verified the matrix has three eigenvalues: $$2, (2\sqrt2 - 2), (-2\sqrt2 - 2)$$
Is the matrix non diagonalizable because the eigenvalues are non integers? Or is there another reason?