LINEAR-ALGEBRA Β· Interactive Practice | Unit 7 Β· Video 1
| Formula | Name | Description |
|---|---|---|
| Rank | Number of pivots in echelon form | |
| Free variables | Free variable count | Total columns minus rank |
| Null space dimension | Equals number of free variables | |
| Pivot columns independent | Column classification | Columns containing pivots are linearly independent |
Elimination drives this matrix toward echelon form β what happens when a pivot position turns up zero?
matrix
What decides whether a column keeps a pivot or turns free once elimination finishes?
original A
echelon form U
Rank splits columns into pivot and free variables β when is the null space trivial?
π‘ The row count only caps how large can be (); the free-variable count β and with it the null-space dimension β depends on and alone.
Question 1
Given the echelon form:
What is the rank of the original matrix ?
β Correct! There are 2 pivots (at positions (1,1) and (2,3)), so the rank is 2.
β Not quite. Count the leading nonzero entries β one per nonzero row of U.
Solution:
The rank equals the number of pivots (leading nonzero entries in each nonzero row) in echelon form.
Looking at :
Question 2
In the same echelon form above, which variables are the free variables?
β Correct! Columns 2 and 4 have no pivots, so and are free variables.
β Not quite. Free variables correspond to columns without pivots. Check which columns contain the leading nonzero entry of each row.
Solution:
Columns with pivots β pivot variables. Columns without pivots β free variables.
From :
| Column | Pivot? | Variable type |
|---|---|---|
| Column 1 | Yes (the 1 in row 1) | is pivot |
| Column 2 | No | is free β |
| Column 3 | Yes (the 2 in row 2) | is pivot |
| Column 4 | No | is free β |
The free variables are and .
Question 3
True or False: Row reduction (elimination) preserves the column space of a matrix.
That is, if is obtained from by row operations, then the column space of equals the column space of .
β Correct! Elimination preserves the null space (and row space), but not the column space. For column space analysis, always use the original matrix .
β Not quite. Row operations modify the entries in each column. The columns of are different vectors from the columns of , so the spaces they span are generally different.
Solution: False.
Row operations change the actual entries in each column, so the column space of is generally different from the column space of .
What elimination does preserve:
| Property | Preserved? | Why? |
|---|---|---|
| Null space | β Yes | and have identical solutions |
| Row space | β Yes | Row operations keep rows in the same span |
| Column space | β No | The columns of are different vectors |
| Rank | β Yes | Same number of pivots |
Rule of thumb: For null space questions, use . For column space questions, go back to .
Question 4
A matrix has rank 3. What is the dimension of the null space of ?
β Correct! With columns and rank , the null space has dimension .
β Not quite. Use the formula: null space dimension = n β r, where n is the number of columns (not rows).
Solution:
The null space dimension equals the number of free variables:
where = number of columns and = rank.
The null space is a 4-dimensional subspace of .
Important: The number of rows () does not appear in this formula. Only (columns) and (rank) determine the null space dimension.
Solved: 0 / 4