LINEAR-ALGEBRA ยท Unit 6 ยท Video 3 ยท Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Null space definition | All vectors mapped to zero by | |
| Distributive property | Key to proving closure under addition | |
| Scalar factoring | Key to proving closure under scalar multiplication | |
| Null space , Column space | Dimension rule | = number of columns, = number of rows |
Feed a vector into : which nonzero comes out as ?
๐ก Challenge: the columns satisfy . What weights make ?
One free column yields one special solution โ and its multiples fill .
๐ก The special solution is just โ same direction, so .
Solutions of pass through the origin; solutions of are the same line, pushed off it.
๐ก The two lines share direction and never meet: the line is slid onto any one particular solution .
Question 1
Consider the matrix . Which of the following vectors is in the null space ?
โ Correct! (2, 2, -2) = 2ยท(1, 1, -1) is a scalar multiple of the null space basis vector, so it's in N(A).
โ Not quite. The null space consists of all multiples of (1, 1, -1). Check which option is a scalar multiple of this vector.
Solution:
The null space is . We check each option:
The answer is (2, 2, -2) since it equals .
Question 2
True or False: The null space of a matrix is a subspace of .
โ Correct! The null space lives in Rยณ (determined by the 3 columns), not Rโด. The column space is what lives in Rโด.
โ Not quite. Think carefully: which dimension โ rows or columns โ determines where the null space lives?
Solution:
False. The null space of a matrix is a subspace of , not .
The rule: where is the number of columns. A matrix has 3 columns, so must have 3 entries, meaning .
The column space lives in (from the 4 rows). The null space and column space occupy entirely different spaces.
Question 3
Suppose and are both solutions to where . What does equal?
โ Correct! A(v+w) = Av + Aw = b + b = 2b. Since 2b โ b when b โ 0, the sum of two solutions is not a solution.
โ Not quite. Apply the distributive property: A(v+w) = Av + Aw. You know Av = b and Aw = b.
Solution:
Since and , use the distributive property:
This is exactly why the solution set of (with ) is not a subspace: the sum of two solutions gives , so is not itself a solution. Closure under addition fails.
Compare with the null space: if and , then . Closure works when .
Question 4
The column space and null space are two subspaces attached to every matrix. Which statement best describes how they differ?
โ Correct! This is a deep insight: building from generators vs carving from constraints are the two complementary ways subspaces appear throughout linear algebra.
โ Not quite. Think about the conceptual difference: one starts with pieces and builds up, the other starts with conditions and filters down.
Solution:
The correct answer is: Column space is built from generators; null space is carved out by constraints.
These are the two fundamental ways subspaces arise in linear algebra:
Column space โ start with generators (the columns of ), take all linear combinations. "Here are the pieces; what can I build?"
Null space โ start with a constraint (), collect everything satisfying it. "Here are the rules; what fits?"
The other options are incorrect:
Solved: 0 / 4