Finding eigenvectors of similar matrices

  • Context: Undergrad 
  • Thread starter Thread starter Alupsaiu
  • Start date Start date
  • Tags Tags
    Eigenvectors Matrices
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
Alupsaiu
Messages
13
Reaction score
0
If v is in Rn and is an eigenvector of matrix A, and P is an invertible matrix, how would you go about finding an eigenvector w of PAP-1?
I'm thinking you have to use a fact about similarity?
 
Physics news on Phys.org
Just use Pv. Then PAP-1(Pv) = PAv = P [itex]\lambda[/itex] v = [itex]\lambda[/itex] Pv.
 
Man I hate how painfully simple problems like these are when you see them done haha...thanks a bunch
 
No problem. To give some intuition for this, you should think of an invertible matrix P as giving a "symmetry" of Rn. Then conjugation by P is the corresponding symmetry of the space of nxn matrices. That's really why people care about similar matrices. If two matrices are similar, then there is some "symmetry" that can transform one matrix into the other.
 
Another way to think about it: two matrices are similar if and only if they represent the same linear operator, written in different bases (P is the "change of basis" matrix). They necessarily have the same eigenvalues since changing bases would only change vectors, not scalars.