If $A=A^{-1}$, is there always a matrix C such that $C^{-1}AC$ is a diagonal matrix (containing only -1 and 1 in the main diagonal) ?
How can I check with PARI/GP, if a given matrix is diagonalizable ?
I only found out that $A=A^{-1}$ implies $C^{-1}AC=(C^{-1}AC)^{-1}$ for any invertible C, but this does not answer my question.
Additional question : If A has integer entries, is there always a matrix C with
INTEGER values such that $C^{-1}AC$ is a diagoal matrix and $C^{-1}$ has also integer
values ? For example, I did not find such a matrix for
A = [ [11,-16,-4] [9,-13,-3] [-6,8,1] ] yet.
You can rewrite that condition as $A^2 = I_2$. Therefore $A$ is a root of $X^2 - 1$.