2.6.9 · D4Matrices & Determinants — Introduction

Exercises — Properties of determinants

1,903 words9 min readBack to topic

The rules, in one glance:


Level 1 — Recognition

Can you spot which property makes the answer instant, with (almost) no arithmetic?

Recall Solution 1.1

Look at columns 1 and 3 — they are identical . says column properties equal row properties, and says two equal rows (hence columns) force the determinant to . No arithmetic needed — that is the whole point of Recognition.

Recall Solution 1.2
  • by .
  • scales all three rows by , so by the corollary .
Recall Solution 1.3

Column 3 is all zeros. By (via ), a zero row/column gives .

Recall Solution 1.4

: for a triangular matrix the determinant is just the product of the diagonal.


Level 2 — Application

Pick and apply // to get a number fast.

Recall Solution 2.1

Step 1 (why): Use to clear column 1 — these operations don't change the value. , : Step 2 (why): Clear column 2 below the diagonal. : Step 3: Now triangular. By , .

Recall Solution 2.2

Step 1 (why): Row 1 . lets us factor out of that one row. Step 2 (why): to make zeros. , : Step 3: : . By :

Recall Solution 2.3
  • By corollary, .
  • scales all rows by , so corollary gives

Level 3 — Analysis

Reason about what happens to under operations, without a full recompute.

Recall Solution 3.1

Track each operation's factor:

  • Multiply by : factor (). Running .
  • Swap : factor (). Running .
  • : factor (, no change). Running .
Recall Solution 3.2

Idea: make row 2 collapse using . (subtract row 1; , value unchanged): Now row 2 row 3. Pull out the (): Rows 2 and 3 are equal by . Hence the whole thing is .

Recall Solution 3.3

Take (the identity). Then , so . But , and by (diagonal) . Since , the "rule" fails. is linearity in one row at a time; adding whole matrices changes every row at once, so it does not factor.


Level 4 — Synthesis

Combine several properties in one argument.

Recall Solution 4.1

Step 1 (why): kill the first column below the top using column operations ( lets column ops mirror row ops). then : Step 2: factor each of the new columns (): , : Step 3: expand along row 1 (only the top-left survives), leaving the :

Recall Solution 4.2

Chain three properties:

  • by .
  • means we multiplied all rows by , so ( corollary). Combine: . (Key: because is odd — this fails for even-sized skew matrices, where can be nonzero.)

Level 5 — Mastery

Full multi-property arguments; connect to inverses and transformations.

Recall Solution 5.1

Break the product with , , corollary:

  • (apply twice).
  • .
  • ( corollary + ). Multiply (order doesn't matter, of a product is the product of s):
Recall Solution 5.2

The determinant is the area-scaling factor of the map (see Linear Transformations & Scaling of Area). New area . Since , orientation is preserved (no flip). Look at the red parallelogram in the figure: the unit square of area becomes a region of area — every shape scales by the same factor.

Recall Solution 5.3

If exists, then . Apply : A product equalling cannot have a zero factor, so (and , the corollary). Conversely, if the map squashes area to (rows are linearly dependent, -style), so it cannot be undone — no inverse exists. This is exactly the bridge to Inverse of a Matrix via Adjoint.


Connections

Solution Strategy Map

spot

spot

otherwise

P3 or P7

P8

P4 first

P6

now triangular

Look at the matrix first

Equal or zero row or column

Already triangular

General numbers

Answer is 0

Multiply the diagonal

Factor common terms

Make zeros in a column