I came across this problem, in a recent exam.
So I was given three matrices $$ A, B, C \in M_{n} (\mathbb{R}) $$ and that $$ 0 \in M_{n}(\mathbb{R}) $$ is the zero matrix.
Then I was also given the matrix $$ \Lambda = \begin{bmatrix} A & B \\ 0 & C\end{bmatrix} \in M_{2n} (\mathbb{R}) $$
I had to determine the formula of determinant of matrix $ \Lambda$ with determinants $ A$, $B$ and $C $ and then prove the latter.
I had the idea to use Gauss method in general and get a formula with that, but I had no time, and I think I wouldn't get anywhere with that. Any help would be appreciated.
There are elementary matrices $E_1$ to $E_n$ such that $A$ = $E_1 \dotsb E_n R$ where $R$ is in RRE form.
There are elementary matrices $\varepsilon_1$ to $\varepsilon_n$ such that $C = \varepsilon_1 \dotsb \varepsilon_n r$ where $r$ is in RRE form.
Form the matrices $E'_i$ in the following way: $E'_i = \begin{bmatrix} E_i & 0 \\ 0 & I\end{bmatrix}$ where $I$ is the identity matrix.
Form the matrices $\varepsilon'_i$ in the following way: $\varepsilon'_i = \begin{bmatrix} I & 0 \\ 0 & \varepsilon_i\end{bmatrix}$
Finally, notice that $\Lambda = E'_1 \dotsb E'_n \varepsilon_1 \dotsb \varepsilon_n \begin{bmatrix}R & * \\ 0 & r\end{bmatrix}$.
Now $\det \Lambda = \det(E'_1 \dotsb E'_n \varepsilon_1 \dotsb \varepsilon_n) \begin{vmatrix}R & * \\ 0 & r\end{vmatrix}$. But also notice that $R$ and $r$ are upper triangular matrices, which means that so is $\begin{bmatrix}R & * \\ 0 & r\end{bmatrix}$, and the determinant of an upper triangular matrix is the product of the entries on the diagonal. But all the diagonal entries are part of $R$ or $r$. So $\det \Lambda = \det(E'_1 \dotsb E'_n \varepsilon_1 \dotsb \varepsilon_n) \det(R) \det(r) = \det(E'_1 \dotsb E'_n R) \det(\varepsilon_1 \dotsb \varepsilon_n r) = \det(A)\det(C)$