4.5.21 · D4Linear Algebra (Full)

Exercises — Determinants — cofactor expansion along any row - column

1,867 words8 min readBack to topic

Level 1 — Recognition

Recall Solution L1.1

WHAT means: cover row 2 and column 3. Row 2 is ; column 3 is . Delete both. So . (Notice: carries no sign yet — that is the minor's job, not the cofactor's.)

Recall Solution L1.2

The cofactor is the signed minor: . Since is odd, . The sign flipped the minor's sign — this is exactly the checkerboard doing its job.

Recall Solution L1.3

  • :
  • :
  • : The sign depends only on — the actual position, never on whether you call it a row or column expansion.

Level 2 — Application

Recall Solution L2.1

Expand along row 1: .

Recall Solution L2.2

WHY choose row 1: it has two zeros, so two of the three cofactor terms die instantly. Only survives.

Recall Solution L2.3

Column 1 is ; the top zero drops out. Same value — the "expand along any row/column" theorem in action.


Level 3 — Analysis

Recall Solution L3.1

WHY row-add is free: adding a multiple of one row to another leaves unchanged. Kill the first column below the top entry. Do and : Expand down column 1 (only the top entry survives): — the matrix is singular (its rows are dependent: ).

Recall Solution L3.2

Expand along column 1 (a zero in the bottom slot): Set to zero: , so At these the matrix collapses space → non-invertible.

Recall Solution L3.3

WHY subtract rows: , zeros out column 1 below the top and leaves clean factors: Expand down column 1 (only top entry survives): Factor each entry: , . Pull from row 1, from row 2:


Level 4 — Synthesis

Recall Solution L4.1

: scaling the whole matrix by scales each of the 3 rows by , and each row-scaling multiplies by . So . : the Leibniz sum is invariant under transpose, so . (General rule: for an matrix.)

Recall Solution L4.2

For a , each minor is a single leftover entry. The adjugate is the transpose of the cofactor matrix: With : This links to Adjugate matrix and inverse.

Recall Solution L4.3

Coefficient matrix , . Replace column 1 (the -column) with the right-hand side : (Then from the second equation; check .✓) See Cramer's rule.


Level 5 — Mastery

Recall Solution L5.1

Say rows and are equal. Swapping those two identical rows visibly leaves the matrix unchanged, so its determinant is unchanged: . But a single row-swap multiplies the determinant by (an alternation property): . Adding to both sides: . Cofactor cross-check: subtract (free) to make row 3 all zeros; expanding along that zero row gives . Both routes agree.

Recall Solution L5.2

First the row-2 cofactors: Now dot them against row 1 : WHY zero: this expression is the determinant of the matrix whose rows 1 and 2 are both row 1 of — a repeated row, so by L5.1. This "alien cofactor = 0" fact is exactly what makes work.

Recall Solution L5.3

Column 1 is — expand there. Only the top term survives: The inner is . So — the diagonal product. Numerically: . Every step "chased the zeros" that triangularity handed us for free.


Connections

Solution Map

row add is free

repeated row

Read minor and cofactor

Run the expansion

Chase zeros make zeros

Combine with properties

Alien cofactor equals zero