Determinants of Larger Matrices
\( 4 \times 4 \) and beyond are just series of \( 3 \times 3 \)'s.
Example
\[ \begin{vmatrix} 5^+ & 0^- & 0^+ & 4^- \\ 2^+ & 7^+ & 3^- & -8^+ \\ 2^+ & 0^- & 0^+ & 0^- \\ 8^- & 3^+ & 1^- & 9^+ \end{vmatrix} \]
Cofactor expansion along ANY column or row, but row/col with lots of zeros are best.
Expanding along the third row (which contains three zeros):
\[ = (2) \begin{vmatrix} 0^+ & 0^- & 4^+ \\ 7 & 3 & -8 \\ 3 & 1 & 9 \end{vmatrix} + (0) \begin{vmatrix} \text{I don't} \\ \text{care} \end{vmatrix} + (0) |IDC| + (0) |IDC| \]
Now expanding the resulting \( 3 \times 3 \) matrix along its first row:
\[ = (2) \left\{ (0) |IDC| - (0) |IDC| + (4) \begin{vmatrix} 7 & 3 \\ 3 & 1 \end{vmatrix} \right\} \]
\[ = (2)(4)(7 - 9) = -16 \]