Recently I've been working with a number of square (order of 2n) matrices whose determinants are zero. That is,
$$\det\begin{bmatrix}A&B\\C &D \end{bmatrix} = 0$$ where each of A,B,C, and D are also matrices.
I couldn't help but notice that in all of my cases, det(A) = det(D) = 0 as well. This is fairly surprising to me, and I'm curious: what is the limit of validity of this special case? Alternatively, under what conditions is this true?
If it matters, I'm working with passive electrical transmission networks, which typically never have zeroes on the main diagonal.
Thanks!