LINEAR-ALGEBRA Β· Unit 8 Β· Video 1 Β· Interactive Practice
| Concept | Formula / Rule | Meaning |
|---|---|---|
| Column space | All vectors reachable as | |
| Solvability | solvable | must lie in the column space |
| Row test | If , then | Row dependencies constrain |
| Contradiction | with | Zero row with nonzero RHS β no solution |
is solvable exactly when lands on the column space β here the line .
π‘ The condition comes from , whose rows satisfy β so is a rank-2 plane, not all of .
Feed a right-hand side into and eliminate: the last row collapses to .
[ A | b ] β original
[ U | bβ² ] β eliminated
π‘ That last-row residual is applied to : a row dependency in becomes a constraint must satisfy.
Random right-hand sides almost never hit exactly β the solvable set is a plane of zero volume.
π‘ With 4 unknowns but only 3 equations, most still give no solution: the dependency pins to a 2-D plane inside .
Question 1
For , which right-hand side makes solvable?
β Correct! Since , the condition is satisfied.
β Not quite. Check whether holds for each option.
Solution:
The solvability condition is (because Row 1 + Row 2 = Row 3 in ).
Check each option:
The answer is .
Question 2
During Gaussian elimination on an augmented matrix , you obtain a row (all zeros on both sides). What does this tell you?
β Correct! is always true β it's a redundant equation, not a contradiction.
β Not quite. The equation says . Is that ever false? A contradiction only arises when the right side is nonzero.
Solution:
A row states , which is always true. This is a redundant equation β it provides no new constraint.
Key distinctions:
Whether the system has one or infinitely many solutions depends on the number of pivot columns vs. unknowns, not on the zero row itself.
Question 3
True or False: If a system has more unknowns than equations, it is guaranteed to have at least one solution for every .
β Correct! Row dependencies can make the system unsolvable for certain , regardless of how many unknowns there are.
β Not quite. Think about the example from the video β does every give a solution?
Solution: False.
The video's example has of size (3 equations, 4 unknowns). Yet has no solution whenever .
Why? Row dependencies in force constraints on . When rows are dependent, some combinations produce the zero row, and must satisfy the same combinations.
What more unknowns than equations does guarantee is: if a solution exists, it is not unique (there will be free variables). But existence itself still depends on .
Question 4
A matrix has the row relationship .
What condition must satisfy for to be solvable?
β Correct! Apply the exact same coefficients to the entries of .
β Not quite. The coefficients in the row combination transfer directly: .
Solution:
The key rule from the video: whatever linear combination of rows of gives the zero row, the same combination applied to must give zero.
Given:
Apply the same coefficients to :
This is the required solvability condition. The vector belongs to the left null space of .
Solved: 0 / 4