LINEAR-ALGEBRA Β· Unit 7 Β· Video 3 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| RREF block structure | Identity in pivot columns, in free columns (conceptually rearranged) | |
| Null space matrix | Columns are special solutions; rows interleave by variable type | |
| Pivotβfree relation | From the top block of | |
| dim(null space) | Counting solutions | columns minus pivots = number of special solutions |
Echelon form already has zeros below the pivots β what two extra moves finish the job to RREF?
Read off an RREF, negate it, and the null-space matrix falls out β but do its rows stack, or interleave?
π‘ Each entry of lands in its pivot variable's row of . When a free column sits between two pivots β as in the video example β the and rows interleave instead of stacking into clean blocks.
If and each solve , must every solve it too?
Question 1 Β· Identifying the F Block
Given the RREF matrix:
Pivot columns are 1 and 2. The free column is 3. What is the matrix ?
β Correct! F is read directly from the pivot rows in the free columns β no negation yet.
β Not quite. Remember: F uses only the r pivot rows (not zero rows), and is read directly from R (don't negate).
Solution:
consists of the entries in the pivot rows (rows 1 and 2) at the free columns (column 3):
Common mistakes:
Question 2 Β· Row Interleaving (True / False)
Consider a system with 5 columns where the RREF has pivot columns 1, 3, and 4, and free columns 2 and 5.
Statement: In the null space matrix , the rows from always occupy the first three rows (1, 2, 3) and the rows from always occupy the last two rows (4, 5).
β Correct! The rows interleave based on which variables are pivot vs. free β they don't stack neatly into blocks.
β Not quite. Think about which variable each row represents. Rows are ordered by variable index, so pivot and free rows interleave.
Solution: False
The rows of correspond to the original variable ordering :
| Row | Variable | Type | Source |
|---|---|---|---|
| 1 | Pivot | row 1 | |
| 2 | Free | row 1 | |
| 3 | Pivot | row 2 | |
| 4 | Pivot | row 3 | |
| 5 | Free | row 2 |
The rows interleave: β they don't stack neatly!
The formula shows the conceptual block structure (as if columns were rearranged to put pivots first). In the actual vector, you must slot entries into each variable's correct row.
Question 3 Β· Computing a Special Solution
Given the RREF:
Pivot columns: 1 and 2. Free column: 3. What is the special solution for the null space?
β Correct! Negate F for the pivot entries, and the free variable gets 1 from the identity.
β Close! You read F directly but forgot to negate. Pivot entries come from βF, not F.
β Not quite. Remember: pivot entries come from βF, and the free variable gets 1 (from the identity block).
Solution:
Step 1 β Extract from pivot rows free column:
Step 2 β Negate:
Step 3 β Build with correct row placement:
Verify: β
Question 4 Β· Counting Special Solutions
A matrix has an RREF with pivots in columns 1, 3, 4, and 5.
How many special solutions does the null space have?
β Correct! Number of special solutions = n β r = 7 β 4 = 3.
β Not quite. Count: n = 7 columns, r = 4 pivots. Special solutions = n β r.
Solution:
Each free variable produces one special solution, so there are 3 special solutions.
The free columns are 2, 6, and 7. The matrix would have size (4 pivot rows 3 free columns), and the null space matrix would have size .
Key point: The number of rows () does not affect this count. It's always that determines the dimension of the null space.
Solved: 0 / 4