LINEAR-ALGEBRA Β· Unit 17 Β· Video 2 Β· Interactive Practice
| Statement | Name | Role |
|---|---|---|
| Axiom 1 β Linearity in each row | Starting assumption | |
| Swapping two rows flips the sign of | Axiom 2 β Sign Flip | Starting assumption |
| Axiom 3 β Normalization | Starting assumption | |
| Two equal rows | Property 4 | Derived from Axioms 1 + 2 |
| Elimination preserves | Property 5 | Derived from Axiom 1 + Property 4 |
| Zero row | Property 6 | Derived from Axiom 1 |
For a matrix, is the signed area of the parallelogram its two rows span.
π‘ Swapping two equal rows leaves the matrix unchanged yet must flip the sign (Axiom 2), so β forcing (Property 4).
Replacing Row 2 with shears the parallelogram β but does its signed area change?
π‘ The tip of Row 2 slides parallel to Row 1, so its height above that base β and therefore the area β never moves. This is Property 5.
One of these row operations leaves fixed; the other multiplies it by β which is which?
π‘ Gaussian elimination uses only the operation that preserves , so a matrix keeps its determinant all the way down to triangular form.
Question 1
Consider the matrix . What is ?
β Correct! Identical rows force the determinant to zero (Property 4).
β Not quite. Look carefully at rows 1 and 2 β they're identical. What does Property 4 tell us?
Solution:
Rows 1 and 2 are both β they are identical.
By Property 4: if a matrix has two equal rows, .
Proof recap: Swapping the two identical rows gives the same matrix, so is unchanged. But Axiom 2 says any swap flips the sign: . Therefore , giving .
No computation needed β the property gives the answer instantly.
Question 2
You know that . You perform the elimination step: Row 3 Row 3 Row 1. What is the determinant of the resulting matrix?
β Correct! Elimination preserves the determinant regardless of the multiplier.
β Not quite. You may be confusing elimination with row scaling. Elimination subtracts a multiple of one row from another β the determinant doesn't change.
β Not quite. Property 5 says elimination preserves the determinant exactly. The multiplier value doesn't matter.
Solution:
The operation "Row 3 Row 3 Row 1" is an elimination step β subtracting a multiple of one row from another.
By Property 5, elimination preserves the determinant for any value of :
Common mistake: Confusing this with row scaling ( Row), which would multiply det by 4 to give 20. But elimination subtracts a multiple β it doesn't scale.
Question 3
True or False: A matrix with a zero row has determinant zero because we can write the zero row as and factor out the using Axiom 1 (linearity).
β Correct! Property 6 follows directly from the scalar part of Axiom 1 (linearity).
β Not quite. Think about what the scalar part of linearity does: det[...; t r; ...] = t det[...; r; ...]. What happens when t = 0?
Solution: True
This is exactly the proof of Property 6. Rewrite the zero row as :
The scalar part of Axiom 1 pulls the out front, and times anything is .
Question 4
Starting with where , you perform two operations in sequence:
What is the determinant of the final matrix?
β Correct! Elimination keeps det = 7, then scaling by 3 gives 3 Γ 7 = 21.
β Not quite. Elimination preserves det, but the scaling step changes it. What does Axiom 1 say about multiplying a row by a scalar?
β Not quite. Only one of the two operations changes the determinant. Which one?
β Not quite. Apply each step separately: elimination preserves det, scaling multiplies det by the scale factor.
Solution:
Apply each operation step by step:
Step 1 β Elimination (Row 2 Row 2 Row 1):
By Property 5, elimination preserves the determinant: .
New Row 2: .
Step 2 β Scaling (Row 2 Row 2):
By Axiom 1 (scalar part), multiplying a row by multiplies by :
Verification: Final matrix , so β
Solved: 0 / 4