LINEAR-ALGEBRA · Unit 1 · Video 3 · Interactive Practice
| Formula | Name | When It Applies |
|---|---|---|
| Column picture of | Always — is a linear combination of columns | |
| Inverse formula | Only when is non-singular (invertible) | |
| Independent columns spans all of | Non-singular | solvable for every |
| Dependent columns spans only a subspace | Singular | solvable for only some |
stacks the scaled columns tip-to-tail; pick weights to land on .
💡 Challenge: land exactly on (the weights are ). Since and point in independent directions, some choice of weights reaches every point of .
The parallelogram on has area ; it collapses to zero exactly when the columns become dependent.
💡 At the reachable set collapses from the whole plane to the single line through : the matrix is singular.
This singular matrix's column space is the plane ; is solvable only when lands on the diagonal.
💡 Because , all three columns lie in one plane, so every off that plane is permanently unreachable.
Question 1
Given and , compute using the column picture.
Hint:
✅ Correct! Scale column 1 by and column 2 by , then add.
❌ Not quite. Remember: . Scale each column by its corresponding weight, then add.
Solution:
The columns of are and .
Using the column picture:
The answer is (5, 8).
Common mistakes:
Question 2
True or False: If a matrix has , then the matrix is non-singular (invertible).
✅ Correct! When one column can be written as a combination of others, the columns are dependent and the matrix is singular.
❌ Not quite. If , then column 3 adds nothing new — it's a combination of the other columns, making them dependent.
Solution:
If , then column 3 is a linear combination of columns 1 and 2.
This means the columns are dependent.
The statement is False.
Question 3
A matrix is known to be singular. Which statement is true about the equation ?
✅ Correct! Singular means the column space doesn't fill all of R⁴ — some targets are reachable, others are permanently out of reach.
❌ Not quite. Remember from the video: singular does not mean no solutions. It means the columns don't span the full space, so only some right-hand sides are reachable.
Solution:
A singular matrix has dependent columns, so:
Key insight from the video: Singular "no solutions ever." Singular means "not ALL are reachable." Some targets lie in the column space (solvable), while others lie outside it (unsolvable).
The answer is: Ax = b is solvable for some b but not all b.
Question 4
You generate a matrix by choosing each entry randomly. What is most likely true about this matrix?
✅ Correct! Singular matrices are 'measure zero' — column dependence requires an astronomically unlikely coincidence. A random matrix is almost surely invertible.
❌ Not quite. Think about the dart analogy from the video: for columns to be dependent, a random vector must land exactly on a lower-dimensional subspace, which happens with probability zero.
Solution:
For a random matrix to be singular, its columns must satisfy a very precise relationship — one column must lie exactly in the subspace spanned by the others.
Think of the video's analogy: in 100-dimensional space, the "bad" directions for the 100th column form a 99-dimensional hyperplane inside the 100-dimensional space. A randomly chosen vector lands on that hyperplane with probability zero — just like a randomly thrown dart hitting an infinitely thin surface.
A random square matrix is almost certainly non-singular (invertible), regardless of its size.
The answer is: It is almost certainly non-singular.
Solved: 0 / 4