Matrix A & A^t: Same Eigenvalues, Different Eigenvectors?

  • Thread starter Thread starter gimpy
  • Start date Start date
  • Tags Tags
    Linear
gimpy
Messages
28
Reaction score
0
I am trying to show that a matrix A and A^t have the same eigenvalues. Well I am sure its because det(a) = det(A^t), the characteristic polynomial is det(A-xI). But this question I am trying to solve also asks for an example of a 2x2 matrix A where A and A^t have different eigenvectors. I am kinda lost of this one. Wouldn't they have the same eigenvectors because they have the same eigenvalues?
 
Physics news on Phys.org
Originally posted by gimpy
I am trying to show that a matrix A and A^t have the same eigenvalues. Well I am sure its because det(a) = det(A^t), the characteristic polynomial is det(A-xI). But this question I am trying to solve also asks for an example of a 2x2 matrix A where A and A^t have different eigenvectors. I am kinda lost of this one. Wouldn't they have the same eigenvectors because they have the same eigenvalues?

no. consider the eivenvalue equation:

A\mathbf{v}=\lambda\mathbf{v}
then take the transpose of that equation:

\mathbf{v}^TA^T=\lambda\mathbf{v}^T

so the eigenvector of A becomes something you might call a "left eigenvector" of A^T, but there is no reason to think that it should also be a regular eigenvector.

the eigenvalues must be the same, however, for the reason you stated.

i imagine, that to find an example of a matrix whose transpose has different eigenvectors, you should just grab any old generic nonsymmetric matrix, it will probably do.
 
Last edited:
thanks lethe,

I feel kinda stupid that i overlooked that equation. Its really fundamental stuff[b(]
 
Back
Top