Small cases first, since you should never derive these on an exam:
Definition · Minors and cofactors
For , let be the matrix obtained by deleting row and column of . Its determinant is the minor of , and the cofactor is
The sign pattern is a checkerboard starting with in the top-left corner. The determinant is then defined by expansion along the first row, .
Theorem 2.1.1 · Expand anywhere
For , can be computed by a cofactor expansion along any row or any column:
This freedom is the whole game: pick the row or column with the most zeros and most of the work disappears.
Theorem 2.1.2 & 2.1.3
for any square ; and if is triangular (upper, lower, or diagonal), is the product of the diagonal entries.
- If has a row or column of zeros, then (expand along it).
- If has two identical rows or columns, then .
- .
Worked example
0/4 stepsExpanding along the emptiest column
Evaluate the determinant with as little arithmetic as possible.
!Exam trap
The cofactor sign is attached to the position, not to the entry. When you expand along row 2 of a , the signs run . Forgetting this is the single most common determinant error.
Check your work
Determinant & inverse
Reduces to triangular form, tracking every sign flip. Square matrices only.
| 2 | 1 | 3 |
| 4 | 2 | 1 |
| 6 | -3 | 4 |
status
nonsingular
Ax = b
unique solution
A⁻¹
| -11/60 | 13/60 | 1/12 |
| 1/6 | 1/6 | -1/6 |
| 2/5 | -1/5 | 0 |
Check yourself
Q1
Which row or column should you expand along to compute this determinant with the least work?
T / F
for every square matrix .
T / F
If is triangular, is the product of its diagonal entries.
Q4
The cofactor of a matrix equals . What is ?