If $A,B$ and $AB$ are symmetric matrices then is $A^{-1}B^{-1}$ also symmetric.

273 Views Asked by At

if $ A,B$ and$ AB$ are symmetric matrices then is $A^{-1}B^{-1}$ also symmetric ?

my approach: since $$AB=BA$$, pre multiply by $A^{-1}$ and then post multiply by $A^{-1}$ to get

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

hence I was able to prove that $BA^{-1} and A^{-1}B $ are symmetric.(taking transpose and applying reversal property)

but using this nothing could be concluded for $A^{-1}B^{-1}$

so is there any way to prove or disprove that $A^{-1}B^{-1}$ is symmetric? thanks for your help.

2

There are 2 best solutions below

0
On BEST ANSWER

$$\begin{align}(A^{-1}B^{-1})^T &= (B^{-1})^T(A^{-1})^T\\ &= (B^{T})^{-1}(A^{T})^{-1}\\ &= (B)^{-1}(A)^{-1}\\ &= B^{-1}A^{-1}\\ &= (AB)^{-1}\\ &= (BA)^{-1}\\ &= A^{-1}B^{-1} \end{align}$$

1
On

(A^-1B^-1)^T = (B^-1)^T(A^-1)^T = (B^T)^-1(A^T)^-1 = (B^-1)(A^-1) =(AB)^-1 = (BA)^-1 = A^-1.B^-1