LINEAR-ALGEBRA Β· Unit 6 Β· Video 2 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Matrix-vector product | is a linear combination of 's columns | |
| Column space | Set of all possible output vectors | |
| Rank | Equals the number of pivot (independent) columns | |
| solvable | Solvability | must lie in the column space |
The third column adds no new reach β its weight redistributes onto the first two.
π‘ For the video's with , , , replacing by gives weights , . The axes are coordinates inside , measured against the pivot columns .
Two independent columns fill the whole plane; slide parallel to and collapses to a line.
π‘ A 2-D stand-in for the video's plane in . Challenge: move until β the instant the plane becomes a line, and collapses onto it too.
is solvable exactly when lands on the column-space line β predict, then reveal.
π‘ These columns are dependent (), so is only a line and most targets are unreachable β the same reasoning that left outside the video's rank-2 column space.
Question 1
When you compute the matrix-vector product , the result is best described as:
β Correct! Each entry of x weights one column of A, and the output is their weighted sum.
β Not quite. Think about what each entry of x does β it scales one column of A.
Solution:
The matrix-vector product equals:
Each entry acts as a weight on column . The result is a linear combination of the columns of , with providing the weights. This is the fundamental column-space interpretation of matrix multiplication.
Question 2
The video's matrix is with columns where . What is ?
β Correct! Only 2 of the 3 columns are independent, so the column space is 2-dimensional.
β Common mistake! Having 3 columns does not mean dim = 3. Column 3 is dependent β it's the freeloader!
β Not quite. Count the linearly independent columns of A.
Solution: dim C(A) = 2
has 3 columns, but means column 3 is linearly dependent. Only columns 1 and 2 are independent β these are the pivot columns.
Key lesson: The number of columns does NOT determine the dimension. Only independent columns count!
Question 3
True or False: If is a matrix with , then is solvable for every .
β Correct! Rank 3 < 5 rows, so C(A) doesn't fill all of Rβ΅. Most b vectors are unreachable.
β Think again. Compare rank to the number of rows. Does the column space fill all of Rβ΅?
Solution: False
For to be solvable for every , the column space must fill all of :
But . The column space is only a 3-dimensional subspace of . Most vectors in lie outside this subspace and are unreachable.
There are constraints that must satisfy for the system to be solvable.
Question 4
For the matrix , which vector is NOT in the column space ?
β Correct! As shown in the video, (0,0,0,1) leads to a contradiction β it floats off the column space plane.
β Not quite. Try writing each vector as xβ(1,2,3,4) + xβ(1,1,1,1) and check for contradictions.
Solution: (0, 0, 0, 1)
Since rank = 2 with pivot columns and , we need .
Check (0, 0, 0, 1):
The other three are all in :
Solved: 0 / 4