I have $2$ square matrices $A_m$ and $B_m$ which are symmetric and of size $m\times m$. And the 3rd matrix is
$$C = \begin{bmatrix} 0 & A \\ B & 0\end{bmatrix}$$
Now, I would like to calculate the eigenvalues and eigenvectors of matrix $C$. How can I get it? Or how does it related to the eigenvalues and eigenvectors of $A$ and $B$?
Thank you very much in advance!