Consider $A=\begin{bmatrix} 0 & -2 & 1 \\ 1 & 2 & -1 \\ 3 & -1 & -3 \end{bmatrix}$ . Is $A$ diagonalizable over $\mathbb{C}$?
Does there exist a $3\times 3$ matrix with rational coefficients with no eigenvectors over $\mathbb{Q}$ which is not diagonalizable over $\mathbb{C}$? Find an example of such a matrix, or prove non exists.
For 1), the characteristic polynomial is $\lambda^3+\lambda^2-8\lambda-7$. If I can factor this, and if the eigenvalues are distinct, then $A$ is diagonalizable. However, I don't think I can factor this on my own. I wonder if there is any other easier ways to determine whether this is diagonalizable.
For 2), I don't think such matrix exist, because if it's over $\mathbb{C}$, we can always make the characteristic polynomial split. Is this correct?
Thanks in advance for your help!