Proving Similarity of Inverse Matrices

  • Thread starter Thread starter zeion
  • Start date Start date
  • Tags Tags
    Inverse Matrices
zeion
Messages
455
Reaction score
1

Homework Statement



If A and B are invertible matrices and B is similar to A, prove that B-1 is similar to A-1

Homework Equations





The Attempt at a Solution



Not sure how to do this.. I know that similar matrices have the same characteristic polynomials and the same eigenvalues and same determinant.. but I'm not sure how to tie that in with their inverses..
 
Physics news on Phys.org


What's the definition of 'similar'?
 


There are some definitions and equations that you should have included amongst your relevant equations - namely, the definition of similarity and the formula for the inverse of a product of invertible matrices.
 


If A and B are similar there exists an invertible matrix P such that B = P-1AP.
 


Suppose X and Y are n×n matrices. Is there something that you can multiply XY with (either from the left or from the right) to get the identity matrix? When you have answered that, you have an explcity formula for (XY)-1, which you can use to rewrite the expression for B-1 that you already have.
 


How about the formula for the inverse of a product of matrices, where both matrices have inverses?
 


fredrik said:
suppose x and y are n×n matrices. Is there something that you can multiply xy with (either from the left or from the right) to get the identity matrix? When you have answered that, you have an explcity formula for (xy)-1, which you can use to rewrite the expression for b-1 that you already have.
mark44 said:
how about the formula for the inverse of a product of matrices, where both matrices have inverses?

(xy)(xy)-1 = (xy)-1(xy) = i?
 


No, what I'm asking about is: Do you know a formula for (AB)-1?

You should try to get into the habit of using caps for matrices. Using i for the identity matrix could easily be interpreted as the imaginary unit i.
 


( AB )-1 = ( B -1 A -1)?

My letters keep getting lower cased on their own??
 
  • #10


So then I get

(AB)-1 = B-1A-1
(A(P-1AP))-1 = B-1A-1
(A(P-1AP))-1A = B-1A-1A
B-1 = (A(P-1AP))-1A

..?
 
  • #11


Start with the definition of similarity, B=P^{-1}AP, and invert both sides using the formula for the inverse of a product of matrices.
 
  • #12


In other words, figure out how to generalize (XY)^{-1} to three matrices (What is (XYZ)^{-1}?), and use it to express B^{-1} in a more useful way.
 
  • #13


Oh this is kind of brilliant
B = P-1AP
(B)-1 = (P-1AP)-1
B-1 = P-1A-1(P-1)-1
B-1 = P-1A-1P

Oh man how are you guys so smart
 
  • #14


For this next question it asks me to prove that if B is similar to A, then BT is similar to AT.. so I try the same thing but I get

BT = PTAT(PT)-1?
 
  • #15


Looks right to me. If you want it in the form BT=Q-1AQ, then take Q=(PT)-1
 
  • #16


Oh ok great that makes sense
 
Back
Top