LINEAR-ALGEBRA ยท Unit 17 ยท Video 3 ยท Interactive Practice
| Formula | Name | Key Fact |
|---|---|---|
| Triangular determinant | Product of diagonal entries | |
| Elimination formula | = row swaps, = pivots | |
| Row replacement (P5) | Does not change det | |
| Row swap (P2) | Flips sign of det |
In a triangular matrix only the diagonal entries reach the determinant โ the entries above never do.
๐ก Row-replacement clears every above-diagonal entry without changing the determinant, so only the diagonal product survives.
Elimination drives to upper-triangular form; each move either preserves the determinant or flips its sign.
Cofactor expansion costs ; elimination costs โ the gap explodes as grows.
Question 1
Consider the upper triangular matrix:
What is ?
โ Correct! The determinant of a triangular matrix is the product of its diagonal entries: 2 ร 5 ร 3 = 30.
โ Not quite. For a triangular matrix, only the diagonal entries matter โ multiply them together.
Solution:
For an upper triangular matrix, the determinant equals the product of the diagonal entries:
The off-diagonal entries do not affect the determinant. You can verify this using the argument from the video: use row replacement to zero out entries above the diagonal (Property 5 โ det unchanged), then factor out each diagonal entry (Property 3A), leaving the identity matrix (Property 1 โ det = 1).
Question 2
During Gaussian elimination of a matrix , you perform one row swap and arrive at the upper triangular form:
What is ?
โ Correct! The pivot product is 15, but the single row swap flips the sign to โ15.
โ Almost! You got the pivot product right, but forgot the sign flip from the row swap. Each swap multiplies the determinant by โ1.
โ Not quite. Apply the formula: det(A) = (โ1)^r ร (product of pivots), where r = number of row swaps.
Solution:
Use the elimination formula:
Step 1 โ Product of pivots:
Step 2 โ Sign correction: swap, so
Step 3 โ Final answer:
Each row swap flips the sign of the determinant (Property 2). Forgetting this sign correction is the most common mistake!
Question 3
True or False: If Gaussian elimination produces a zero pivot and no row swap can fix it (no nonzero entry below in that column), then .
โ Correct! A zero pivot with no possible swap means a zero in the diagonal product, giving det = 0.
โ Not quite. If a pivot is zero, the entire product of pivots becomes zero โ and so does the determinant.
Answer: True
Here is the reasoning:
A zero determinant means the matrix is singular โ it has no inverse. This is the "binary test" from the video: is singular.
Question 4
You perform Gaussian elimination on a matrix , making 3 row swaps. The pivots of the resulting upper triangular matrix are .
What is ?
โ Correct! The negative from the odd number of swaps and the negative pivot cancel, giving det(A) = 24.
โ Close! You may have either forgotten the sign correction or missed one of the negatives. Carefully track: (โ1)ยณ ร (2)(โ1)(4)(3) = (โ1)(โ24) = 24.
โ Not quite. First multiply all four pivots together, then apply the (โ1)^r sign correction for the row swaps.
Solution:
Apply .
Step 1 โ Product of pivots:
Step 2 โ Sign correction: swaps, so
Step 3 โ Combine:
The two negatives โ one from the odd number of swaps and one from the negative pivot โ cancel each other out, giving a positive determinant.
Solved: 0 / 4