WHAT M23 means: cover row 2 and column 3. Row 2 is (0,3,4); column 3 is (1,4,8). Delete both.
M23=det(2756)=2⋅6−5⋅7=12−35=−23.
So M23=−23. (Notice: M carries no sign yet — that is the minor's job, not the cofactor's.)
Recall Solution L1.2
The cofactor is the signed minor: C23=(−1)2+3M23. Since 2+3=5 is odd, (−1)5=−1.
C23=(−1)⋅(−23)=+23.
The sign flipped the minor's sign — this is exactly the checkerboard doing its job.
Recall Solution L1.3
+−+−+−+−+
(1,2): (−1)1+2=(−1)3=−
(2,2): (−1)2+2=(−1)4=+
(3,1): (−1)3+1=(−1)4=+
The sign depends only on i+j — the actual position, never on whether you call it a row or column expansion.
Expand along row 1: detA=1⋅C11+2⋅C12+3⋅C13.
C11=(+)det(58610)=50−48=2.C12=(−)det(47610)=−(40−42)=−(−2)=2.C13=(+)det(4758)=32−35=−3.detA=1(2)+2(2)+3(−3)=2+4−9=−3.
Recall Solution L2.2
WHY choose row 1: it has two zeros, so two of the three cofactor terms die instantly. Only a13=4 survives.
det=4⋅C13=4⋅(−1)1+3det(1526)=4⋅(+)(6−10)=4⋅(−4)=−16.
Recall Solution L2.3
Column 1 is (0,1,5)T; the top zero drops out.
det=1⋅C21+5⋅C31.C21=(−1)2+1det(0647)=−(0−24)=24.C31=(−1)3+1det(0243)=+(0−8)=−8.det=1(24)+5(−8)=24−40=−16.✓
Same value — the "expand along any row/column" theorem in action.
WHY row-add is free: adding a multiple of one row to another leaves detunchanged. Kill the first column below the top entry.
Do R2→R2−2R1 and R3→R3−3R1:
→200112324.
Expand down column 1 (only the top entry 2 survives):
detB=2⋅(−1)1+1det(1224)=2⋅(4−4)=2⋅0=0.detB=0 — the matrix is singular (its rows are dependent: R3=R1+R2).
Recall Solution L3.2
Expand along column 1 (a zero in the bottom slot):
det=k⋅(−1)1+1det(k11k)+1⋅(−1)2+1det(210k).=k(k2−1)−(2k−0)=k3−k−2k=k3−3k.
Set to zero: k3−3k=k(k2−3)=0, so
k=0,k=3,k=−3.
At these k the matrix collapses space → non-invertible.
Recall Solution L3.3
WHY subtract rows:R2→R2−R1, R3→R3−R1 zeros out column 1 below the top and leaves clean factors:
→100xy−xz−xx2y2−x2z2−x2.
Expand down column 1 (only top entry 1 survives):
detA=1⋅det(y−xz−xy2−x2z2−x2).
Factor each entry: y2−x2=(y−x)(y+x), z2−x2=(z−x)(z+x). Pull (y−x) from row 1, (z−x) from row 2:
=(y−x)(z−x)det(11y+xz+x)=(y−x)(z−x)[(z+x)−(y+x)].=(y−x)(z−x)(z−y).
det(2A): scaling the whole3×3 matrix by 2 scales each of the 3 rows by 2, and each row-scaling multiplies det by 2. So det(2A)=23detA=8⋅7=56.
det(AT): the Leibniz sum is invariant under transpose, so det(AT)=detA=7.
(General rule: det(kA)=kndetA for an n×n matrix.)
Recall Solution L4.2
For a 2×2, each minor is a single leftover entry.
C11=+(4)=4,C12=−(3)=−3,C21=−(2)=−2,C22=+(1)=1.
The adjugate is the transpose of the cofactor matrix:
adj(A)=(C11C12C21C22)=(4−3−21).
With detA=1⋅4−2⋅3=−2:
A−1=detA1adj(A)=−21(4−3−21)=(−2231−21).
This links to Adjugate matrix and inverse.
Recall Solution L4.3
Coefficient matrix A=(2113), detA=6−1=5.
Replace column 1 (the x-column) with the right-hand side (5,10)T:
Ax=(51013),detAx=15−10=5.x=detAdetAx=55=1.
(Then y=(10−1)/3=3 from the second equation; check 2(1)+3=5.✓) See Cramer's rule.
Say rows 2 and 3 are equal. Swapping those two identical rows visibly leaves the matrix unchanged, so its determinant is unchanged: detA=detA. But a single row-swap multiplies the determinant by −1 (an alternation property): detA=−detA.
Adding detA to both sides: 2detA=0⇒detA=0.
Cofactor cross-check: subtract R3−R2 (free) to make row 3 all zeros; expanding along that zero row gives ∑j0⋅C3j=0. Both routes agree.
Recall Solution L5.2
First the row-2 cofactors:
C21=(−1)3det(28310)=−(20−24)=4,C22=(−1)4det(17310)=(10−21)=−11,C23=(−1)5det(1728)=−(8−14)=6.
Now dot them against row 1=(1,2,3):
1(4)+2(−11)+3(6)=4−22+18=0.✓WHY zero: this expression is the determinant of the matrix whose rows 1 and 2 are both row 1 of A — a repeated row, so det=0 by L5.1. This "alien cofactor = 0" fact is exactly what makes A⋅adj(A)=(detA)I work.
Recall Solution L5.3
Column 1 is (a11,0,0)T — expand there. Only the top term survives:
det=a11⋅(−1)1+1det(a220a23a33).
The inner 2×2 is a22a33−a23⋅0=a22a33. So det=a11a22a33 — the diagonal product.
Numerically: 3⋅5⋅4=60.
Every step "chased the zeros" that triangularity handed us for free.