If the eigenvalues of a matrix $A$ are $\lambda_1, \lambda_2, \dots, \lambda_n$, what are the eigenvalues of the following matrix?
$$\begin{bmatrix}0 &A\\A&0\end{bmatrix}$$
From some numerical examples, I have found that the eigenvalues of this block matrix are just $\lambda_1, \lambda_2, \dots, \lambda_n$ and $-\lambda_1, -\lambda_2, \dots, -\lambda_n$, but I am not sure how to go about proving it. I have tried taking $ \det(A - \lambda I) = 0 $, but I could not find a way to work with the results. Where is a good place to start?
Hint: using the last formula on this list, note that $$ \det\left( \begin{bmatrix}0 &A\\A&0\end{bmatrix} - \lambda I_{2n} \right)= \det\left(-\lambda I_n-A\right)\det\left(-\lambda I_n+A\right) $$
Edit: Another approach, since this question still seems to be getting attention.
One could find the eigenvalues of this block-matrix using the properties of the Kronecker product. In particular, we have $$ M = \pmatrix{0 & A\\A & 0} = \pmatrix{0&1\\1&0} \otimes A. $$ Because the eigenvalues of $\left(\begin{smallmatrix}0&1\\1&0\end{smallmatrix}\right)$ are given by $\mu_1 = 1, \mu_2 = -1$, we can conclude that the eigenvalues of $M$ are given by all products $\lambda_i \mu_j$ for $i = 1,\dots,n$ and $j = 1,2$.