LINEAR-ALGEBRA Β· Unit 1 Β· Video 4 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Row (dot product) method | Each entry of is a dot product of a row of with | |
| Column (linear combination) method | is a weighted sum of the columns of | |
| Dot product | Multiply corresponding entries and sum | |
| Column space of | Column space | The set of all possible outputs |
The row method groups the same arithmetic horizontally, the column method vertically β the result is identical.
Row method Β· dot products
Column method Β· linear combination
is the head-to-tail sum of each column of scaled by its weight .
π‘ Bridge: because these two columns aren't parallel, the right weights can reach every point in the plane β that reachable set is the column space explored next.
The outputs fill whatever the columns of span β the whole plane when they're independent, a line when they're parallel.
Question 1 Β· Row Method Calculation
Using the row (dot product) method, compute the first entry of where:
β Correct! Row 1 Β· x = 3(2) + (β2)(5) = 6 β 10 = β4.
β Not quite. Use row 1 of A: multiply 3 by 2 and (β2) by 5, then add the products.
Solution:
The first entry of is the dot product of row 1 of with :
The answer is .
Common mistakes:
Question 2 Β· Column Method Expression
Using the column (linear combination) method, which expression correctly represents for:
β Correct! We weight each column of A by the corresponding entry of x.
β Not quite. Remember: extract the columns (vertical slices) of A, then weight by entries of x.
Solution:
The column method says:
The columns of are vertical slices:
With and :
Written compactly: 2 Β· [3, 4] + 5 Β· [β2, 1]
Why the others are wrong:
Question 3 Β· Column Space (True or False)
True or False: If the two columns of a matrix point in the same direction (one is a scalar multiple of the other), then the column space of is all of .
β Correct! Parallel (dependent) columns can only produce vectors along a single line, not all of RΒ².
β Not quite. Think about what happens when you combine two parallel vectors β can you reach every direction?
Solution: False.
If one column is a scalar multiple of the other (e.g., ), then every linear combination:
is just a scalar multiple of . The column space is a line through the origin, not all of .
To fill all of , the two columns must be linearly independent β pointing in genuinely different directions. You can verify this in Visualization 3 above by making the columns parallel!
Question 4 Β· Interpreting Ax = b
The equation can be reinterpreted using the column method. Which statement best describes what is really asking?
β Correct! The equation Ax = b asks whether b can be built from A's columns β the central idea of the column method.
β Not quite. Remember: the column method says Ax is always a linear combination of A's columns. So Ax = b asks whether b is one of those combinations.
Solution: "Is b a linear combination of the columns of A?"
The column method rewrites as:
This asks: can we find weights such that a linear combination of 's columns equals ?
Equivalently: is in the column space of ?
This reframe is the key insight from the video β it powers everything ahead in linear algebra:
Every time you see , think: which combination of A's columns am I making?
Solved: 0 / 4