Please help me answering this problem! thank you :)
$\endgroup$ 10Prove that for any nonsingular matrices $A$, $B$, and $C$, the equation $$(ABC)^{-1} = C^{-1}B^{-1}A^{-1}$$ holds. (Hint: Assume $D$ is the inverse of $ABC$, thus $DABC =I$. Post-multiply both sides of the matrix equation by $C^{-1}B^{-1}A^{-1}$ and proceed from there.)
2 Answers
$\begingroup$$$(ABC)C^{-1}B^{-1}A^{-1}=AB\underbrace{(CC^{-1})}_{=I}B^{-1}A^{-1}=ABB^{-1}A^{-1}=AA^{-1}=I$$ Therefore, the inverse of $ABC$ is $C^{-1}B^{-1}A^{-1}$. I let you make all the necessary justification (like associativity of matriciel product...)
$\endgroup$ 2 $\begingroup$- let A,B,C be matrices and $ C=AB $
- $ B=A^{-1}AB = A^{-1}C $
- $ A=ABB^{-1} = CB^{-1} $, then by using $C=AB$ we have
- $C=AB =[CB^{-1}][A^{-1}C] $
- $C=AB =[CB^{-1}A^{-1}]C $ where $[CB^{-1}A^{-1}] = I$
Therefore:
$B^{-1}A^{-1} = C^{-1}$
By using this result you can extend it to n matrices.
For instance, for you question let $ABC = F$ and $BC = D$. Then you will have $F^{-1} = D^{-1}A^{-1}$ where $D^{-1} = C^{-1}B^{-1} $. Substituting back $D^{-1}$ gives $F^{-1} = C^{-1}B^{-1}A^{-1}$.
$\endgroup$