If $A$ is hermitian matrix s.t. $A^99=I_n$, show that $A=I_n$.
Clash Royale CLAN TAG #URR8PPP       up vote  2  down vote  favorite     Let $A in M_n(mathbbC)$ be a hermitian matrix that satisfies the property $A^99=I_n$. I want to show that $A=I_n$. By definition, $A$ is a hermitian matrix if $a_ij=overlinea_ji$. From the fact that $A^99=I_n$, we deduce that $A$ is invertible and its inverse is $A^98$. Does that help to get that $A=I_n$ ? Or do we use somehow the definition of a hermitian matrix?     linear-algebra matrices      share | cite | improve this question     edited Sep 2 at 12:42       Shaun   7,447 9 29 72       asked Sep 2 at 12:39       Evinda   552 4 12        	     3      Hint:  Since $A$ is hermitian, it can be diagonalized. It is easy to write down the entries of a power of a diagonal matrix. And remember that the eigenvalues of $A$ are real.  â Henning Makholm  Sep 2 at 12:42             So since $A$ is hermitian, there exists an invertible matrix $P$ such that $P^-1AP$ is a diagonal matrix. How does ...