I checked weather the following matrix is diagonalizable.
$$A=\begin{bmatrix} 4 & 0 & 4\\ 0 & 4 & 4\\ 4 & 4 & 8 \end{bmatrix}$$
And the corresponding eigenvalues were $0$, $4$, $12$.
Now if we write the similar diagonal matrix to $A$ it would be,
$$D=\begin{bmatrix} 0 & 0 & 0\\ 0 & 4 & 0\\ 0 & 0 & 12 \end{bmatrix}$$
which is theoretically not a diagonal matrix.
Now is $A$ diagonalizable?