I am given two matrices $A$ and $B$. I know that of $det(A)=1$, $det(B)=0$, $rank(B)=3$.
$A = \begin{bmatrix} 0 & 0 & 1 & 0\\ 0 & 0 & 0 & 1\\ 1 & 0 & 0 & 0\\ 0 & 1 & 0 & 0 \end{bmatrix}$
$B = \begin{bmatrix} 2 & -1 & 0 & -1\\ 0 & 1 & 0 & -1\\ 0 & -1 & 2 & -1\\ 0 & -1 & 0 & 1 \end{bmatrix}$
I have to find the Eigenvalues and Eigenvectors of both Matrices. The thing is, I know how to do it generally by solving $det(A-\lambda I) = 0$, but this is a past exam question and I don't have unlimited time.
So is there any clues, any information about these two matrices that can help me find the Eigenvalues as fast as possible?
For example, I know that $A$ only "switches" axes, so would it be correct to say that all Eigenvalues have to be $1$ or $-1$ since 4D-Space is not being "scaled" by such a linear transformation?