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.
First note that as $M$ is symmetric so all our eigenvalues are real. Now we know that $tr(M)=\sum_i \lambda_i $ and $det(M)=\prod_i \lambda_i$. And we have $det(M)=4$ which implies that none of the eigenvalue is zero and combining this with $tr(M)=0$ tells us that option 4 is correct.