Does Transpose preserve eigenvalues over the complex field

complex numberseigenvalues-eigenvectorsmatricestranspose

I understand from this answer that a Matrix A and its transpose $A^T$ share the same eigenvalues. This is because the transpose operation is commutative, transpose does not change the determinant and we obtain the characteristic polynomial via the determinant.

But I was solving a problem from the ECE GATE 2014 and it seems that A needs to have only real values in order for the eigenvalues to be the same. Since the answer is (b) as eigenvalues of a symmetric matrix can be negative.

Q93

I tried experimenting with different matrices populated with complex values and I find that the eigenvalues are the same.

example

exampleT

Right now I am guessing that when we consider all complex matrices, $A^T$ means A conjugate transpose and not simply transpose. So in the question, they meant $\bar A^T$. In which case,

$$\det(A^{T} – \lambda I) = \det((A – \bar \lambda I)^{T}) = \det (A – \bar \lambda I)$$

So my understanding is that the transpose operation causes the eigenvalues to be conjugated.

My examples also show the same result.

conjugateT


So what is the answer to the GATE question no. 93? Why is (c) not the answer?

Best Answer

Because statement (c) is true, as well as statements (a) and (d). Only (b) is false (take $-\operatorname{Id}$, for instance).

And transpose means transpose over whatever field you're working with. Conjugate transpose is another thing.