The determinant — one number per matrix
ad − bc for a 2×2; a cofactor expansion with the +,−,+ pattern for a 3×3.
What it is. Every square matrix has a single number attached to it called the determinant, written or . It is the gateway to the inverse, to solving systems, and to the geometry of the transformation.
The rule (this one IS in MF19, but learn it cold): Multiply down the main diagonal (), then subtract the product up the anti-diagonal ().
The rule — cofactor expansion along the top row. Each top-row entry multiplies the determinant left when you delete that entry's row and column, with signs alternating :
You may expand along any row or column (each has its own sign pattern from the checkerboard ). Choose the row or column with the most zeros to cut the arithmetic.
Shortcut — triangular matrices. If every entry below (or above) the diagonal is zero, the determinant is simply the product of the diagonal entries: .
Cambridge tip. The cofactor formula is not printed in MF19, so the sign pattern must come from memory. Write those three signs above the top row before you expand — it is the single best guard against a sign slip.
- : (main diagonal minus anti-diagonal).
- : cofactor expansion with the sign pattern.
- Triangular matrix: = product of the diagonal entries.
See the full worked example for singular and non-singular matrix →