LINEAR-ALGEBRA Β· Unit 11 Β· Video 3 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Outer product | Column row matrix | |
| Entry formula | Each entry is the product of corresponding components | |
| Rank decomposition | A rank- matrix is a sum of rank-one matrices | |
| Rank inequality | The rank of a sum cannot exceed the sum of ranks |
Every entry of is a single product: .
Every row of is a multiple of and every column a multiple of β that single-direction structure is exactly what rank one means.
For , every column is a multiple of and every row a multiple of .
Send or to the origin and becomes the zero matrix β rank , and both lines disappear.
Adding two rank-one matrices, can hit the bound β or fall below it.
Since the sum can land at rank , , or , rank-one matrices are not closed under addition β they do not form a subspace.
Question 1 Β· Outer Product Entry
Given and , what is entry of the matrix ?
β Correct! Entry (2,1) = uβ Β· vβ = (β1)(2) = β2.
β Not quite. Remember: entry (i,j) = uα΅’ Γ vβ±Ό. For position (2,1), use uβ = β1 and vβ = 2.
Solution:
Entry of is .
For entry :
The full matrix:
Common mistakes:
Question 2 Β· Subspace Property
True or False: The set of all rank-one matrices forms a subspace of the vector space of all matrices.
β Correct! Rank-one matrices are not closed under addition, so they cannot form a subspace.
β Not quite. Consider adding [[1,0],[0,0]] and [[0,0],[0,1]]. What rank does the sum have?
Solution: False.
Rank-one matrices are not closed under addition, which is required for a subspace.
Counterexample:
Since the sum of two rank-one matrices can have rank 2, the set fails the closure-under-addition requirement for a subspace.
(Note: the set also doesn't contain the zero matrix, which has rank 0, not rank 1.)
Question 3 Β· Rank after Cancellation
Matrix has rank 3. Let . What is ?
β Correct! A + (βA) = 0, the zero matrix, which has rank 0. The rank inequality permits dramatic cancellation.
β Not quite. What is A + (βA)? And what is the rank of that resulting matrix?
Solution:
The zero matrix has rank 0 β it has no nonzero columns at all.
This shows the rank inequality can be extremely strict:
The upper bound allows rank up to 6, but the actual rank is 0. Complete cancellation is always possible when , regardless of what looks like.
Question 4 Β· Rank-One Decomposition
A matrix has rank 4. What is the minimum number of rank-one matrices needed to write as their sum?
β Correct! A rank-r matrix decomposes into exactly r rank-one pieces, regardless of the matrix dimensions.
β Not quite. The number of rank-one pieces equals the rank, not the matrix size or number of entries.
Solution:
A matrix of rank decomposes into exactly rank-one matrices β no fewer.
Since :
The matrix dimensions ( entries) are irrelevant β only the rank determines the count. The specific vectors are not unique (many valid decompositions exist), but the minimum number of rank-one pieces always equals the rank.
Solved: 0 / 4