4.5.22 · D3Linear Algebra (Full)

Worked examples — Properties — row operations, multiplicativity

3,036 words14 min readBack to topic

This deep dive builds on the parent properties note and leans on the cofactor/Leibniz definition, Gaussian Elimination & Row Echelon Form, Elementary Matrices, Invertibility & Singular Matrices, and Volume, Orientation & the Determinant.


The three bookkeeping symbols we will use

Every worked example below reduces a matrix to triangular form and reads off the answer with one master formula. Two little symbols do all the bookkeeping — let us define them once, in plain words, before we use them anywhere.

With those two symbols nailed down, every example is just careful counting.


The scenario matrix

Every determinant computation you will ever meet lands in one of these cells. The whole point of this page is to make sure not one cell is left dark.

# Case class What makes it tricky Covered by
C1 Pure replacement to triangular, no swap/scale Bookkeeping: prove nothing was lost Ex 1
C2 A swap appears → sign bookkeeping Off-by-one on the factor Ex 2
C3 You scale a row to get a pivot → must divide back Forgetting to undo the scale Ex 3
C4 Degenerate / singular input → Recognising a zero pivot appears Ex 4
C5 Sign / orientation case → negative determinant, flipped area Reading the minus sign as "area got mirrored" Ex 5 (figure)
C6 Multiplicativity with mixed signs Signs multiply, they don't add Ex 6
C7 Scalar multiple of whole matrix , incl. negative The exponent is , and can be negative Ex 7
C8 Inverse / power corollaries, incl. a limiting "almost singular" matrix blows up as Ex 8
C9 Word problem — real-world area scaling Translating geometry into a determinant Ex 9 (figure)
C10 Exam twist — combine swap + scale + multiplicativity in one shot Doing all bookkeeping simultaneously Ex 10

Read the table top-to-bottom once. Each row is a promise; the ten examples keep them all.


Ex 1 — Cell C1: pure replacement, no swap, no scale


Ex 2 — Cell C2: a swap appears


Ex 3 — Cell C3: scaling a row to make a pivot , then dividing back


Ex 4 — Cell C4: degenerate / singular input,


Ex 5 — Cell C5: negative determinant means orientation flipped


Ex 6 — Cell C6: multiplicativity with mixed signs


Ex 7 — Cell C7: , including negative


Ex 8 — Cell C8: inverse, power, and the "almost singular" limit


Ex 9 — Cell C9: word problem, real-world area scaling


Ex 10 — Cell C10: exam twist, everything at once


Active recall

Recall Which cell, which factor? (cover the answers)
  • You swapped rows 3 times computing a — what factor? ::: .
  • for a with ? ::: .
  • has two proportional rows — ? ::: (singular).
  • , , then ? ::: .
  • As , what does do? ::: (and if ).
  • positive — mirrored or not? ::: Not mirrored (orientation preserved).