LINEAR-ALGEBRA ยท Interactive Practice | Unit 10 ยท Video 1
| Subspace | Notation | Lives in | Dimension |
|---|---|---|---|
| Column Space | |||
| Null Space | |||
| Row Space | |||
| Left Null Space |
Rank = number of pivots after row reduction, with
Dimension counting: In : . โ In : .
Rank carves into row space null space, and into column space left null space.
๐ก Challenge: what must , , satisfy to make both null spaces vanish at once?
Row reduction reveals the rank as its pivot count โ and that single number fixes all four subspace dimensions.
matrix A
echelon form U ยท green cells are pivots
๐ก Challenge: which matrix in the list has a trivial () left null space โ and why does its shape force that?
The null vector is a recipe โ โ so for every scalar .
A ยท x where x = tยท(1, โ2, 1)แต
every row cancels to zero
Question 1
A matrix is with rank . What is the dimension of the null space ?
โ Correct! dim N(A) = n โ r = 7 โ 3 = 4.
โ Not quite. Remember: dim N(A) = n โ r, where n is the number of columns (7), not rows (5).
Solution:
lives in where (the number of columns).
Row reduction produces free variables, each contributing one basis vector to the null space.
Question 2
For an matrix , the column space and the null space live in which spaces, respectively?
โ Correct! Column space lives in R^m (output) and null space lives in R^n (input).
โ Not quite. Think: columns have m entries โ C(A) โ R^m. The vector x in Ax = 0 has n entries โ N(A) โ R^n.
Solution:
They live in different ambient spaces whenever .
Question 3
For a matrix with rank 3, what are the dimensions of all four fundamental subspaces?
(Listed as: dim C(B), dim N(B), dim C(B^T), dim N(B^T))
โ Correct! The dimensions sum correctly: 3 + 1 = 4 in Rโด and 3 + 3 = 6 in Rโถ.
โ Not quite. Careful: dim N(B) = n โ r uses columns (4), while dim N(Bแต) = m โ r uses rows (6).
Solution:
is , so , , .
| Subspace | Formula | Dimension |
|---|---|---|
| 3 | ||
| 1 | ||
| 3 | ||
| 3 |
Check: In : โ โ In : โ
The common trap is option "3, 3, 3, 1" which swaps the two null-space dimensions. Remember: uses and uses .
Question 4
True or False: Row reduction preserves the row space of a matrix (the echelon form has the same row space as the original matrix).
โ Correct! Row operations keep every new row in the span of the originals, so the row space is unchanged.
โ Not quite. Each row operation replaces a row with a linear combination of existing rows โ the span doesn't change.
Solution: True
Each elementary row operation replaces a row with a linear combination of existing rows. The new set of rows spans the same space as the original set, so the row space is unchanged.
This is why the nonzero rows of the echelon form are a valid basis for the row space of the original matrix.
โ ๏ธ Important contrast: Row reduction does not preserve the column space. To find a basis for , you must identify the pivot columns in the echelon form and then take the corresponding columns from the original matrix .
Solved: 0 / 4