If A is a real matrix and $A^{2016}$ is a symmetric positive definite matrix , prove that $A$ also is a symmetric positive definite matrix
I wonder if this property is wrong and so I came up with this question : Is there a non unit real matrix satisfied $A^n=I$ for every $n>1$ ?
That's not true.
Consider the matrix $A=\begin{bmatrix} 0&1\\ -1&0 \end{bmatrix}$, where its eigenvalues are $i,-i$. We have that: $$A^{2016} = \begin{bmatrix} 1&0\\0&1 \end{bmatrix},$$ which is positive definite, but $A$ is not even a symmetric matrix.