Linear Algebra
Chapter 2/Determinants

2.1The Determinant of a Matrix

The determinant compresses an entire square matrix into one number whose only job, for our purposes, is to answer: singular or not? Cofactor expansion defines it; the real skill is choosing where to expand.

What you must be able to do

  • along any row , or down any column — all give the same number.
  • Cofactor , where deletes row and column .
  • , so every row fact has a column twin.
  • Triangular ⟹ determinant is the product of the diagonal. Zero row or column, or two identical rows ⟹ .

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

Expanding along the emptiest column

0/4 steps
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.

213
421
6-34
det =-60
status
nonsingular
Ax = b
unique solution
A⁻¹
-11/6013/601/12
1/61/6-1/6
2/5-1/50

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 ?