Simplification of equation with matrices and inverses

47 Views Asked by At

I tested the following simplification numerically and it doesn't seem to be working:

$$ A^{-1} B^{-1} A B = I $$

Why is this invalid? Isn't the left side equivalent to $ (AB)^{-1} (AB) $? A and B are invertible square matrices.

2

There are 2 best solutions below

2
On BEST ANSWER

$$(AB)^{-1} = B^{-1} A^{-1} \ne A^{-1} B^{-1}.$$

0
On

Let $(AB)^{-1}=X$.

Thus, $$ABX=I$$ or $$A^{-1}ABX=A^{-1}I$$ or $$BX=A^{-1}$$ or $$B^{-1}BX=B^{-1}A^{-1}$$ or $$X=B^{-1}A^{-1},$$ which says $$(AB)^{-1}=B^{-1}A^{-1}.$$