Consider an $n \times n$ matrix of the form $$ A = \begin{pmatrix} M & P \\ 0 & N \end{pmatrix} $$ with $M \in \Bbb K^{r \times r}$, $P \in \Bbb K^{r \times s}$, and $0 \in \Bbb K^{s \times r}$ is the zero $s \times r$ matrix, $n = s+r$. Show that $$\det(A) = \det(M) \cdot \det(N)$$
I know that I have to approach this question by changing $M$ and $N$ into upper triangular matrix, but how do I do this? I am only allowed to use row operations. Thanks in advance.
Similar questions aren't showing the row operations method.