Do the eigenvalues of a matrix need to be in the same field as the elements of the matrix

eigenvalues-eigenvectorslinear algebramatrices

Do the eigenvalues of a matrix need to be in the same field as the elements of the matrix? I believe they do not since, for instance, I was taught that the trace is the sum of the eigenvalues and this would mean that this is not always the case. What puzzles me is that I have seen people claiming that some real matrix has no eigenvalues simply because the eigenvalues were all complex numbers. Were they right?

Best Answer

That depends upon the context. If, say, you have a $n\times n$ real matrix and and someone asks you what are its eigenvalues, then it is implicit that you should provide the real eigenvalues. And perhaps that there is none. On the other hand, it may be implicit that, in fact, you are after the complex eigenvalues.

On the other hand, if the matrix is real, then the trace is real, but it may well have non-real eigenvalues. For instance, $\left[\begin{smallmatrix}0&-1\\1&0\end{smallmatrix}\right]$ has null trace, but its eigenvalues are $\pm i$.