LINEAR-ALGEBRA Β· Unit 5 Β· Video 4 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Column view of | Matrix-vector product as linear combination of columns | |
| Column space | Set of all reachable outputs of | |
| is solvable | Solvability theorem | Solution exists iff is in the column space |
| for of size | Ambient space | Column space lives in (the row count) |
Every output is the columns scaled and added tip-to-tail.
π‘ The column space is a subspace: it always contains (set both weights to zero).
Independent columns fill the plane; align with and collapses to a line.
π‘ Challenge: move until β the instant the plane becomes a line.
is solvable exactly when lies in the column space .
π‘ These columns are dependent, so is only a line β most targets are unreachable.
Question 1
Which of the following best describes the column space of a matrix ?
β Correct! The column space is exactly the span of the columns β all possible linear combinations.
β Not quite.
Solution: The set of all linear combinations of the columns of .
The column space is defined as:
Why the others are wrong:
Question 2
True or False: The column space of a matrix is a subspace of .
β Correct! The columns have 4 entries, so they live in Rβ΄. The column space is a subspace of Rβ΄, not RΒ³.
β Not quite. Think carefully: how many entries does each column vector have?
Answer: False
A matrix has 4 rows and 3 columns. Each column is a vector with 4 entries, so each column lives in .
Since is the span of these columns, we have , not .
Key rule: For an matrix, the column space lives in (determined by the number of rows). The number of columns limits the dimension of to at most , but the ambient space is always .
Question 3
For , which of the following vectors makes solvable?
Hint: try to write each as .
β Correct! With x = (1, 1) we get 1Β·(1,2,4) + 1Β·(3,3,1) = (4,5,5).
β Not quite. Try plugging each option into the system and check whether the third equation causes a contradiction.
Answer: b = (4, 5, 5)
We need . Try :
For the other choices, the system leads to a contradiction. For example, :
Geometrically, lies on the column space plane while the others do not.
Question 4
A matrix has two nonzero columns that are scalar multiples of each other ( for some ). What is ?
β Correct! Dependent columns collapse the column space β every combination points along one direction.
β Not quite.
Answer: A line through the origin in RΒ³
If , every linear combination simplifies:
No matter what you choose, the result is always a scalar multiple of . That traces out a line through the origin.
Why the others are wrong:
Solved: 0 / 4