Linear Algebra
Chapter 2/Determinants

2.2Properties of Determinants

Cofactor expansion costs roughly operations — unusable past . Row reduction costs . This section says exactly how each row operation changes the determinant, so you can reduce to triangular form and just multiply the diagonal.

What you must be able to do

  • Swap two rows ⟹ sign flips. Scale a row by ⟹ determinant scales by . Add a multiple of one row to another ⟹ determinant unchanged.
  • is nonsingular. This joins Theorem 1.5.2's equivalence list.
  • , and .
  • , and .

Since row operations are left multiplication by elementary matrices, everything follows from computing for each type:

Row operationEffect on
Type I — swap two rows
Type II — scale a row by
Type III — add a multiple of one row to anotherfree
Because , the identical statements hold for column operations.
Theorem 2.2.2
An matrix is singular if and only if .

Sketch: reduce to row echelon form . Then with all , and is triangular. is singular exactly when has a zero on the diagonal, i.e. .

Theorem 2.2.3 · Multiplicativity
for all matrices and .

Consequences worth memorising: ; ; and , so similar matrices share a determinant (§6.1).

!The two determinant lies
is false — try , giving . And is false: scaling scales all rows, so .

Choosing a determinant technique

  1. 1
    Is the matrix triangular, or does it have a zero row/column, or two equal rows?
    yesRead the answer off immediately — product of the diagonal, or .
    noContinue.
  2. 2
    Is it or with a zero-rich row or column?
    yesCofactor expansion along that row/column.
    noContinue.
  3. 3
    Otherwise: row reduce to triangular form

    Use Type III operations freely (they cost nothing), track each swap as a sign flip, and avoid Type II scaling if you can — it forces you to divide back out at the end.

  4. 4
    Multiply the diagonal, apply the accumulated sign and scale factors
  5. 5
    If the question is only 'singular or not?', stop as soon as a zero pivot appears

    You don't need the value — a zero on the diagonal of the echelon form settles it.

On an exam, spend five seconds on step 1 before computing anything.
Worked example

Determinant by row reduction

0/4 steps
Compute by reducing to triangular form.
Connection
Add to the running equivalence list from Theorem 1.5.2. By the end of §3.6 the list will also include: columns linearly independent, columns form a basis of , , . By §6.1: is not an eigenvalue.
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
You reduce (a matrix) to triangular form using: two row swaps, one row multiplied by , and several 'add a multiple of one row to another' steps. If , then is:
T / F
for all matrices.
Q3
If is with , what is ?
T / F
If , then must have a row of zeros.
Q5
and are with and . What is ?