What are the Eigenvalues and Eigenvectors of Similar Matrices

Jennifer1990
Messages
55
Reaction score
0

Homework Statement


Let A and B be similar matrices
a)Prove that A and B have the same eigenvalues


Homework Equations


None


The Attempt at a Solution


Firstly, i don't see how this can even be possible unless the matrices are exactly the same :S
 
Physics news on Phys.org
So you think that eigenvalues uniquely characterize a matrix? What about

10
01

and

11
01

for example?

You've put 'none' for relevant equations. That isn't true - there's a definition of 'similar' and many for 'eigenvalue'. Try it. HINT: polynomials.
 
EDIT: Changed "equation" to "polynomial"

You have to show that A and B=P^-1AP (for some invertible matrix P) have the same characteristic polynomial.
 
Last edited:
Oh, I think that way is much too complicated!

Do it directly from the equation:
If Av= \lambda v then, for any invertible P, P^{-1}Av= \lambda P^{-1}v. Now define u= P^{-1}v.
 
HallsofIvy said:
Oh, I think that way is much too complicated!

Do it directly from the equation:
If Av= \lambda v then, for any invertible P, P^{-1}Av= \lambda P^{-1}v. Now define u= P^{-1}v.

Your way is too easy. :smile:
 
or let Av = \lambda v

then AP^{-1}Pv = \lambda v and go from there
 
what do u mean by the same characteristic equation?
 
Jennifer1990 said:
what do u mean by the same characteristic equation?


EDIT: changed "equation" to "polynomial"


The the characteristic polynomial of matrix A is det(A- \lambda I).

The characterisitc polynomial of matrix B is det(B - \lambda I) = det(PAP^{-1} - \lambda I)

so show that det(A- \lambda I) = det(PAP^{-1} - \lambda I)


But there are easier ways as HallsofIvy noted.


Start with Av = \lambda v where v is a nonzero vector

then AP^{-1}Pv = \lambda v since P^{-1}P = I

Do you know what to do next?
 
Last edited:
A and B are similar if and only if they both represent the same linear map, with respect to two possibly different bases. Eigenvalues are defined independently of what basis, if any, you choose. QED.
 
  • #10
Random Variable said:
The the characteristic equation of matrix A is det(A- \lambda I).
Make that "The characteristic equation of matrix A is det(A- \lambda I) = 0."
For it to be an equation, it at least has to have an equals sign.
 
  • #11
Mark44 said:
Make that "The characteristic equation of matrix A is det(A- \lambda I) = 0."
For it to be an equation, it at least has to have an equals sign.

Sorry. What I should have said is that they have the same characteristic POLYNOMIAL. :redface:
 
  • #12
Av = lambda v
(AP^-1 P)v = lambda v
Bv = lambda v

i think?
 
  • #13
oh wait...B = P^-1 AP ...so what i said is wrong...

how can i manipulate A P^-1 P to look like P^-1 AP?
 
  • #14
ohhh i see...

since they can have the same eigenvalues, does this mean that the matrices can also have the same eigenvectors?
 
  • #15
Jennifer1990 said:
ohhh i see...

since they can have the same eigenvalues, does this mean that the matrices can also have the same eigenvectors?
They can, but it's not likely.
 
  • #16
I just tried several similar matrices but they all share the same eigenvector O.o
Can i get an example where two similar matrices have different eigenvectors?
 
  • #17
I'm surprised you were able to find similar matrices that had the same eigenvectors!

A= \begin{bmatrix}2 & 0 \\ 0 & 3\end{bmatrix}
has, obviously, 2 and 3 as eigenvalues with corresponding eigenvectors <1 0> and <0 1>.

B= \begin{bmatrix}1 &amp; -1 \\ 2 &amp; 4\end{bmatrix}
has the same eigenvalues with corresponding eigenvectors <1, -1> and <1, -2>.

All I did was start with the obvious diagonal matrix, A, choose a simple invertible P:
P= \begin{bmatrix}2 &amp; 1 \\ 1 &amp; 1\end{bmatrix}
and calculate B= P^{-1}AP.
 
Back
Top