Considering a matrix given by composition of square matrices like:
$ M = \begin{pmatrix} A & B\\ C & D \end{pmatrix} $
I want to calculate its determinant $|M|$. Consider that all components are square matrices of course.
Can this be related somehow to the components $A$, $B$, $C$ and $D$?