LINEAR-ALGEBRA · Unit 9 · Video 2 · Interactive Practice
| Formula | Name | Description |
|---|---|---|
| all | Linear Independence | Only the trivial solution makes the zero vector |
| Spanning Set | Every vector in is a linear combination | |
| vectors form a basis for | Basis Test | Matrix invertibility checks both properties at once |
| number of vectors in any basis | Dimension Theorem | This count is the same for every basis of |
Two vectors form a basis for exactly when their parallelogram has nonzero area — and that area is .
💡 Challenge: make a multiple of — say , . The area collapses to : two dependent vectors span only a line.
Fix and move the third vector: the determinant is nonzero exactly when escapes their plane.
A = [ v₁ | v₂ | v₃ ]
💡 lies in the plane, so ; escapes it — three independent directions and .
A basis for needs exactly two vectors — one too few can't span, one too many must be redundant.
💡 That just-right count — for , for — is the dimension: every basis of a space has the same size.
Question 1
The matrix has .
Do the columns of form a basis for ?
✅ Correct! For an matrix, confirms both independence and spanning in one computation.
❌ Not quite. Recall the key theorem: for vectors in , matrix invertibility () is the single test for a basis.
Solution:
For vectors in , the single basis test is:
Since , the matrix is invertible. This simultaneously guarantees:
One check replaces two. The answer is Yes.
Note: the value of the determinant (2) tells us the volume scaling factor, not how many vectors are independent!
Question 2
Vectors and span a plane in . The vector equals .
What is the dimension of ?
✅ Correct! A dependent vector doesn't add a new dimension — the span remains a 2D plane.
❌ Not quite. Since already lies in the span of the first two vectors, adding it doesn't change the span at all.
Solution:
Since , the third vector is a linear combination of the first two. Adding a dependent vector does not expand the span:
The span is still the same 2D plane. The set is a basis for that plane (2 independent vectors), so:
This is the "Too Many" scenario from the Goldilocks principle — the third vector is dead weight.
Question 3
True or False: A vector space can have one basis with 4 vectors and another basis with 5 vectors.
✅ Correct! The Dimension Theorem guarantees that all bases for the same space have the same number of vectors.
❌ Not quite. Recall the Dimension Theorem — the number of vectors in a basis is an invariant of the space, not a choice!
Solution:
False. This directly contradicts the Dimension Theorem:
Every basis for a given vector space has the same number of vectors.
This invariant count is the dimension of the space. If one basis has 4 vectors, then , and every other basis for must also have exactly 4 vectors.
A set of 5 vectors in a 4-dimensional space must contain at least one dependent (redundant) vector, so it cannot be a basis.
Question 4
You know that . You have a set of 4 vectors in . According to the basis verification algorithm from the video, what is the minimum you need to check to confirm this is a basis?
✅ Correct! When the vector count matches the known dimension, checking independence alone is sufficient — spanning follows automatically.
❌ Not quite. When you know the dimension and have the right count of vectors, the basis verification algorithm provides a powerful shortcut.
Solution:
Since we know and we have exactly vectors, the algorithm goes:
The powerful shortcut from the Dimension Theorem: when you have exactly vectors in a -dimensional space, independence automatically guarantees spanning. So checking independence alone is sufficient!
For specifically, the matrix invertibility test () is the single computation that confirms everything.
Note: orthogonality is a stronger condition than independence — it's sufficient but not necessary for a basis.
Solved: 0 / 4