LINEAR-ALGEBRA Ā· Interactive Practice | Unit 31 Ā· Video 2
| Formula | Name | When it works |
|---|---|---|
| Left-inverse | Tall matrix, full column rank (, ) | |
| Right-inverse | Wide matrix, full row rank (, ) | |
| Projection matrix | Same pieces, wrong order; , | |
| Normal equations | Least squares: |
A rectangular matrix inverts from only one side ā the Gram matrix that stays full-rank picks which.
sends to the nearest point of the column space ā straight down, perpendicular.
š” Because fixes every vector already in the column space, projecting twice changes nothing: .
The same three matrices give the identity in one order and a projection in the other.
Question 1
Let be a tall matrix that is with and full column rank (). Which one-sided inverse is guaranteed to exist?
ā Correct! is invertible, giving the left-inverse.
ā Not quite. For a tall matrix it is (not ) that is invertible.
Solution:
For a tall matrix with full column rank, the columns are independent, so the Gram matrix (size ) is invertible. This gives the left-inverse:
A right-inverse would require () to be invertible, but its rank is only , so it is singular. Hence only the left-inverse exists.
Question 2
A student claims: "Since the tall matrix has a left-inverse, it must also have a right-inverse ā just multiply ."
True or False: This reasoning is correct.
ā Correct! has rank , so it is singular ā no right-inverse.
ā Not quite. is but rank , so it cannot be inverted.
Solution:
The claim is False. For the tall case, is but its rank is only , so is singular ā its inverse does not exist.
The deeper reason: a rectangular matrix can never be inverted from both sides, because either or always has a nontrivial null space. Something always gets collapsed, and a collapse cannot be undone from both directions.
Question 3
For the projection matrix , which pair of properties always holds?
ā Correct! Projections are symmetric and idempotent ().
ā Not quite. is symmetric, but projecting twice gives , not .
Solution:
A projection matrix satisfies two defining properties:
It is not the identity () and it is not invertible (it collapses the component perpendicular to the column space). For the example matrix, indeed satisfies and .
Question 4
An over-determined system has no exact solution. We solve the normal equations to get the least-squares solution . What does equal?
ā Correct! Least squares delivers , the projection of .
ā Not quite. Since is unsolvable, is the projection , not itself.
Solution:
Solving the normal equations gives . Therefore
which is exactly the projection of onto the column space of . Since is unreachable (no exact solution), is the closest reachable point ā the best approximation. The Gram matrix reappears here as the coefficient matrix of the normal equations, and it is invertible precisely because has full column rank.
Solved: 0 / 4