On the eigenvalues of the square of a skew-symmetric matrix

751 Views Asked by At

Let $S$ be a skew-symmetric matrix of size $n$. Is-it-true to say that $\lambda(S^2)=(\lambda(S))^2$, that is, the eigenvalue of $S^2$ is equal to the square of the eigenvalue of $S$ ?

Thank you in advance!

2

There are 2 best solutions below

0
On BEST ANSWER

Your statement is true, and in fact more is true; we can show that the eigenvectors are the same. $S$ being skew-symmetric means $S = - S^{\ast}$, and hence $SS^{\ast} = S^{\ast} S$, hence $S$ is normal; by the Spectral Theorem, a normal matrix is unitarily diagonalizable.

So we have that $S = X \Lambda X^{\ast}$, where $X$ is unitary. Therefore $S^2 = X \Lambda^2 X^{\ast}$, and this is the diagonalization of $S^2$.

1
On

Hint. If $x$ is an eigenvector of $S$ with eigenvalue $\lambda$, then $$S^2x=S(Sx)=S(\lambda x)=\lambda(Sx)=\lambda(\lambda x)=\lambda^2 x$$