I got this question in a practice book.
A,B,C and D are $n\times n$ matrices with non-zero determinant.
$ABCD = I$ , then $B^{-1}$ = ?
The answer to this was $B^{-1}= CDA$.
How was that answer arrived at ?
|
I got this question in a practice book. A,B,C and D are $n\times n$ matrices with non-zero determinant. $ABCD = I$ , then $B^{-1}$ = ? The answer to this was $B^{-1}= CDA$. How was that answer arrived at ? |
||||
|
|
|
$ABCD=I$, $BCD=A^{-1}$, $CD=B^{-1}A^{-1}$, $CDA=B^{-1}$. |
|||
|
|
|
$(AB)(CD)=I \Rightarrow (CD)(AB)=I \Rightarrow (CDA)(B)=I \Rightarrow CDA=B^{-1}$. Edit: Alternatively, $(A)(BCD)=I \Rightarrow (BCD)(A)=I \Rightarrow (B)(CDA)=I \Rightarrow CDA=B^{-1}$. |
|||||
|
|
|
Since A, B, C, D all have non zero determinant this implies that their respective inverses exist. It's really an exercise in matrix algebra and in particular matrix multiplication. \begin{align} ABCD &=I\\ AB &=D^{-1}C^{-1}\\ B &=A^{-1}D^{-1}C^{-1}\\ B^{-1} &=CDA \end{align} |
|||||
|
|
If $ABCD = I$, then $BCD = A^{-1}$, $BC = A^{-1}D^{-1}$, $B = A^{-1}D^{-1}C^{-1}$, from which we get $B^{-1} = (A^{-1}D^{-1}C^{-1})^{-1} = CDA$. |
|||
|
|
|
If $ABCD = I$, then we could find a somewhat cyclic relation between these matrices: $$ ABCDA = A \Rightarrow BCDA = A^{-1}A=I $$ by exploiting multiplication from left or right, in addition to that matrix and the inverse of a matrix can commute in a multiplication. Doing the same trick leads us to: $CDAB = I, DABC = I$ also. $BCDA = B(CDA)=I$ and $CDAB = (CDA)B = I$ give you the answer. |
|||
|
|