How to Simplify an Expression with Invertible Matrices?

  • Thread starter Thread starter Precursor
  • Start date Start date
  • Tags Tags
    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
7 replies · 2K views
Precursor
Messages
219
Reaction score
0

Homework Statement


For the invertible matrices A, B and A-B, simplify the expression [tex](A - B)^{-1}A(A^{-1} - B^{-1})B[/tex].


Homework Equations


properties of invertible matrices


The Attempt at a Solution


[tex](A - B)^{-1}A(A^{-1} - B^{-1})B[/tex]
= [tex](A - B)^{-1}(AA^{-1}B - AB^{-1}B)[/tex]
= [tex](A - B)^{-1}(IB - AI)[/tex]
= [tex](A - B)^{-1}(B - A)[/tex]
= [tex]I[/tex]

Am I correct?
 
Physics news on Phys.org
So it just ends here?

[tex](A - B)^{-1}(B - A)[/tex]
 
vela said:
No, you can simplify it. Consider this. Let C=B-A. Then C-1=(B-A)-1, but in your expression, you have (A-B)-1, which isn't the same matrix.

Ok, so then the answer is:

[tex]-I[/tex] ?