Given matrix $$M=\begin{bmatrix}0&1&2&0\\ 1&0&1&0\\2&1&0&2\\0&0&2&0\end{bmatrix}$$ Then,
- $M$ has no real eigenvalues.
- all real eigenvalues of $M$ are positive.
- all real eigenvalues of $M$ are negative.
- $M$ has both positive and negative real eigenvalues.
So I calculated the characteristic polynomial of $M$ and found it to be $x^4-10x^2-4x+4=0$. I tried using rational root theorem to determine its roots but could not find any. So this means that ooption 1 is correct. But on the other hand every real symmetric matrix has real eigenvalues. So isn't it a absurd conclusion.