LINEAR-ALGEBRA Β· Unit 18 Β· Video 1 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Property 1 (Normalization) | Determinant of the identity matrix is 1 | |
| Row swap sign flip | Property 2 (Antisymmetry) | Exchanging any two rows negates the determinant |
| Linear in each row | Property 3 (Multilinearity) | Scalars factor out; row sums split the determinant |
| The Big Formula | Sum over all permutations; sign from inversion count |
A determinant is exactly two signed permutation terms: (even, ) minus (odd, ).
π‘ Challenge: Make by giving the matrix two equal rows ( and ) β the two terms cancel and the rows are linearly dependent.
A determinant sums signed products β one permutation per term, its sign fixed by inversion parity.
A permutation term dies the instant its path meets a zero, so zeros thin the terms fast.
π‘ Challenge: Press upper triangular β only the identity permutation survives, which is why a triangular matrix's determinant is just the product of its diagonal.
Question 1 Β· Counting Determinant Terms
The determinant of an matrix is a sum of terms in the big formula.
How many terms are in the determinant formula for a 5Γ5 matrix?
β Correct! The determinant has exactly 5! = 120 terms, one per permutation.
β Not quite. The key insight: each term corresponds to a permutation, and there are n! permutations of n objects.
Solution:
The big formula sums over all permutations of . The number of permutations is:
Why the other options are wrong:
Question 2 Β· Permutation Sign
The permutation assigns row 1 column 2, row 2 column 3, row 3 column 1.
What is the sign of this permutation?
Recall: An inversion is a pair of positions where the larger column number appears before the smaller one.
β Correct! Two inversions (even parity), so the sign is +1.
β Not quite. Count inversions carefully: the pairs (2,1) and (3,1) are the only ones β that's 2 inversions, which is even.
Solution:
For , check all pairs of positions:
| Pair of positions | Values | Inversion? |
|---|---|---|
| (pos 1, pos 2) | 2 vs 3 | No () |
| (pos 1, pos 3) | 2 vs 1 | Yes () |
| (pos 2, pos 3) | 3 vs 1 | Yes () |
Total inversions: 2 (even)
Cross-check by sorting: . Two swaps even sign . β
Question 3 Β· The Anti-Identity Trap
The 3Γ3 anti-identity matrix has . The 4Γ4 anti-identity has .
What is the determinant of the 5Γ5 anti-identity matrix?
(The anti-identity has 1s on the anti-diagonal and 0s elsewhere. The general formula is .)
β Correct! β5/2β = 2 swaps (even parity), so det = +1.
β Not quite. Careful β don't extrapolate from 3Γ3 (which gives β1). Apply the formula: det = (β1)^βn/2β.
Solution:
For the anti-identity, the only surviving permutation is .
For , sort back to :
That's swaps (even), so .
| 2 | 1 | |
| 3 | 1 | |
| 4 | 2 | |
| 5 | 2 | |
| 6 | 3 |
β οΈ Trap: Don't assume the sign pattern from (both ) continues! Always compute .
Question 4 Β· True or False β Zero Column
Statement: If an matrix has an entire column of zeros, then every permutation term in the determinant formula equals zero, and therefore .
β Correct! Every permutation must pick one entry from the zero column, so every term contains a factor of zero.
β Not quite. Think carefully: every permutation assigns exactly one row to each column. If a column is all zeros, what happens to the product?
Solution: True.
Every permutation assigns exactly one row to each column. If column is all zeros, then for any permutation , there exists some row with , so .
Since the product includes the factor , the entire product is zero.
This holds for all permutations, so every term is zero and .
This is exactly the mechanism we saw in the 2Γ2 derivation: candidates that picked the same column twice left the other column empty (all zeros), and those terms died.
Solved: 0 / 4