- Let $A$ be a $k \times k$ matrix and $B$ be a $\left(n-k\right) \times \left(n-k\right)$ matrix, and $Z$ be the $n \times n$ matrix $$ Z = \left( \begin{matrix} A & C \\ 0 & B \end{matrix} \right),$$ where $C$ is any $k \times \left(n-k\right)$ matrix. Show that $$\det Z = \det A \cdot \det B.$$
So I understand this in my head. I get the det(Z)=det(A)det(B)-det(C)(0). I am having trouble figuring out how to prove this though. There may be some theorem that I am missing or something. Any tips or leads would be helpful though.