LINEAR-ALGEBRA Β· Unit 1 Β· Video 1 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Matrix form | Coefficient matrix times unknowns equals right-hand side | |
| Column picture | Linear combination of columns of equals target | |
| Linear combination | Scalars times vectors, added together β the central operation |
Each equation is a line; the solution is the single point where and cross.
Which multiples of the columns and add up tip-to-tail to the target ?
π‘ Every target is reachable this way β unless the two columns point along the same line, which Visualization 3 explores.
When do combinations of the two columns fill the whole plane, and when do they collapse onto a line?
π‘ Challenge: rotate column 2 until the sample points collapse onto a single line β then has no solution for most targets.
Question 1
In the row picture of a system of two linear equations in two unknowns ( and ), what does each equation represent geometrically in 2D?
β Correct! Each linear equation in two unknowns traces out a line. The solution is where the lines intersect.
β Not quite. Think about all the pairs that satisfy a single equation like . What shape do they form?
Solution:
In 2D (two unknowns), each linear equation defines a line in the -plane.
For our system:
The solution to the system is the intersection point of these lines: .
Note: In 3D (three unknowns), each equation would instead define a plane.
Question 2
The column picture rewrites our system as a linear combination:
What values of and solve this equation?
β Correct! One copy of column 1 plus two copies of column 2 hits the target exactly.
β Not quite. Try plugging your values in: compute and check if you get .
Solution:
Check :
Why not the others?
Question 3
True or False: The matrix-vector product computes a linear combination of the rows of , weighted by the entries of .
β Correct! is a linear combination of the columns of , not the rows. Each entry of scales the corresponding column.
β Not quite. Look carefully at how splits apart: each column of gets multiplied by the corresponding entry of .
Solution: False
is a linear combination of the columns of (not the rows), weighted by the entries of :
This is one of the central insights of the video: "When you multiply a matrix by a vector, you're combining columns." The matrix form is the column picture written compactly.
Question 4
Suppose the two columns of a matrix point in the same direction (they are parallel). What can you say about the system ?
β Correct! Parallel (dependent) columns only span a line, so most targets in are unreachable.
β Not quite. Think about Visualization 3: when the columns are parallel, their combinations only cover a line β not the whole plane.
Solution: Some vectors in cannot be reached.
When both columns point in the same direction, every linear combination
lies on a single line through the origin (since both columns are parallel, any weighted sum stays in that direction).
A line is only a 1-dimensional subset of . Most target vectors are not on that line and therefore cannot be reached β the system has no solution for those .
This is the concept of linear dependence: dependent columns cannot span all of .
Solved: 0 / 4