Let $A$ be a $2 \times 2$ matrix with real entries which is not a diagonal matrix and which satisfies $A^3 = \mathcal{I}_2$. Pick out the true statements:
- $\operatorname{tr}(A) = −1$
- $A$ is diagonalizable over $\mathbb{R}$
- $λ = 1$ is an eigenvalue of $A$
The characteristic polynomial of $A$ will divide the equation $x^3-1$ and it has degree $2$. So the characteristic polynomial will be $x^2+x+1$ which has two non real complex roots and sum of them is $-1$.
so only (a) is true.
Am I right?