Let $A$ a $n \times n$ matrix with real entries such that $A^3 = I$ but $A \ne I$.
a) Give an example that satisfies this conditions.
b) what are the eigenvalues of $A$?
Well for $a)$ i construct this matrix , let $A=\begin{bmatrix} 1 & -\frac{3}{2} & \frac{\sqrt{3}}{2} \\ 0 & -\frac{1}{2} & -\frac{\sqrt{3}}{2} \\ 0 & \frac{\sqrt{3}}{2} & -\frac{1}{2} \end{bmatrix}$. Then $A^3=I$, and $A \ne I$ also $A$ is not orthogonally.
For $b)$ I can't found the eigenvalues for $A$ I suppose I need to find the characteristic polynomial and then find it but in general for a matrix $n \times n$ I can't find this eigenvalues, some help please.
if $\lambda$ is an eigenvalue with eigenvector $v$, $A v = \lambda v$. Then, $A^2 v = A (Av) = A (\lambda v) = \lambda A v = \lambda \lambda v = \lambda^2 v$. Finally, $v = I v = A^3 v = A (A^2 v) = A (\lambda^2 v) = \lambda^2 A v = \lambda^2 \lambda v = \lambda^3 v$.
So, $\lambda^3 = 1$.