LINEAR-ALGEBRA ยท Unit 1 ยท Video 2 ยท Interactive Practice
| Concept | Formula | Description |
|---|---|---|
| Matrix equation | Compact form of a linear system | |
| Row picture (3D) | Each equation a plane | Solution = intersection of all planes |
| Column picture | Find scalars to combine columns into | |
| Linear combination | Sum of scaled vectors |
Each equation is a plane; stacking all three narrows the solution from a plane, to a line, to one point.
๐ก The row picture stops scaling past three unknowns โ in four variables each equation is a 3-D hyperplane nobody can draw, which is exactly the gap the column picture closes.
Which scalars scale the columns so they add tip-to-tail onto the target ?
๐ก Challenge: reach with a single nonzero scalar โ the column picture makes that shortcut obvious.
Swap the target and the same tip-to-tail process lands on a different solution .
๐ก Whether the columns have 3 entries or 3000, the question never changes โ can they combine to reach ? โ and that dimension-independence is why the column picture underlies modern linear algebra.
Question 1
In the row picture of a system of 3 equations with 3 unknowns, each equation represents what geometric object in 3D space?
โ Correct! Each linear equation in 3 unknowns defines a plane in 3D.
โ Not quite. Think about how many degrees of freedom one equation in three unknowns leaves.
Solution:
One linear equation in three unknowns has two free variables, so its solution set is a 2-dimensional surface in 3D โ a plane.
Question 2
For and , the column picture reveals the solution immediately because is identical to which column of ?
โ Correct! b = [0, -1, 4] matches column 3, giving the solution (0, 0, 1).
โ Not quite. The column sums are [2-1+0, -1+2-1, 0-3+4] = [1, 0, 1], which does not equal b. Compare b to each column individually.
โ Not quite. Compare b = [0, -1, 4] to each column component by component.
Solution:
Compare to each column of :
Since equals column 3, the solution is:
Question 3
True or False: The row picture (visualizing intersecting geometric objects) can be used effectively for systems with 10 unknowns.
โ Correct! We can only draw in 2D and 3D. The row picture is impossible to visualize in higher dimensions.
โ Not quite. Can you draw a 9-dimensional hyperplane? The row picture requires exactly that in 10D.
Answer: False
The row picture requires drawing geometric objects in -dimensional space:
| Dimension | Row Picture Object | Visualizable? |
|---|---|---|
| 2D | Lines | Yes |
| 3D | Planes | Yes |
| 4D | 3D hyperplanes | No |
| 10D | 9D hyperplanes | No |
Humans can only visualize up to 3 dimensions. The column picture, by contrast, always asks: "Can I combine these vectors to reach b?" โ that concept works identically in any dimension.
Question 4
Using the same matrix , if the target changes to , what is the solution ?
Hint: try adding column 1 and column 2 of component by component.
โ Correct! Column 1 + Column 2 = [1, 1, -3] = b, so (x, y, z) = (1, 1, 0).
โ That was the solution for b = [0, -1, 4]. This question uses b = [1, 1, -3]. Try adding columns 1 and 2.
โ Not quite. Try adding column 1 and column 2 component by component and compare to b.
Solution:
Add column 1 and column 2 of :
So , , : one copy of column 1 plus one copy of column 2, zero copies of column 3.
Verification: โ
Solved: 0 / 4