How to prove that $\det \left(\begin{array}{cc} 0 & A\\ -B & I \end{array}\right) = \det(AB) $

187 Views Asked by At

Show that $$\det \left(\begin{array}{cc} 0 & A\\ -B & I \end{array}\right) = \det(AB) $$ where A, B are compatible matrices, 0 and I are zero and identity matrices of the appropriate size.

I don't know where to start for this proof. Any help would be appreciated.

2

There are 2 best solutions below

2
On BEST ANSWER

HINT: Try multiplying by a block matrix (whose determinant will turn out to be $1$) to turn this into block diagonal form $$\begin{pmatrix} AB & 0 \\ -B & I\end{pmatrix}.$$

0
On

HINT: $$\det \begin{bmatrix}A & B \\ C & D \end{bmatrix} = \det\left[D\right] \det\left[A - BD^{-1} C \right]$$

Also,

$$\det[I]=1.$$

Now simply do the pattern matching.