If A is a $k\times k$ matrix,B is a $k\times l$ matrix and C is a $l\times l$ matrix prove that:
$\det{\begin{bmatrix}A&B\\O&C\end{bmatrix}}=\det(A)\det(C)$
O is the matrix that all it's elements are equal to zero.
I know some rules for calculating determinants but I don't know how to begin in this question.
$det(A)=\sum_{\sigma \in S_n} sgn(\sigma)\prod_{i=1}^{n}a_{i,\sigma i}$. Note that if $1\le i \le k$ and that $k\le \sigma _i$, then $a{i,\sigma _i}$ must be 0. Hence we can intuitively get the formula.
– Apr 05 '19 at 12:15