LINEAR-ALGEBRA
For an matrix with rank :
| Condition | Matrix Shape | Type of Inverse | The Invertible Piece |
|---|---|---|---|
| Square, full rank | Two-sided inverse | itself | |
| Tall, full column rank | Left-inverse | () | |
| Wide, full row rank | Right-inverse | () | |
| General | Pseudo-inverse | via SVD |
Dimensions of the four subspaces:
Row space , Null space , Column space , Left null space
How the rank splits and into four subspaces — and which inverse that permits.
💡 A true two-sided inverse needs both red regions ( and ) to vanish — that happens only when .
sends the row space one-to-one onto the column space; the null space collapses to .
For a tall , is invertible while is singular — the smaller Gram matrix wins.
💡 The invertible Gram matrix is always the smaller one — it builds the one-sided inverse, never itself.
Question 1
A matrix is with rank . Which statement is true?
✅ Correct! Square () and full rank () is exactly the condition for a true inverse.
❌ Not quite. When , both null spaces are trivial, so a full two-sided inverse exists.
Solution:
Here and , so . This is Case 1: the matrix is square and full rank. Both the null space () and the left null space () collapse to .
With nothing crushed and nothing missed, the map is a perfect bijection, and a genuine two-sided inverse exists.
Question 2
Let be a tall matrix with full column rank . Which matrix is the small invertible one used to build the left-inverse?
✅ Correct! For a tall matrix, is the small invertible matrix.
❌ Not quite. For a tall matrix the invertible piece is the smaller (), not .
Solution:
A tall matrix with has a trivial null space (injective) but a nontrivial left null space, so only a left-inverse exists:
The actually invertible piece is , which is . By contrast is but has rank only , so it is singular. The invertible Gram matrix is always the smaller one.
Question 3
True or False: Every square matrix has a two-sided inverse.
✅ Correct! A square matrix needs full rank (); dependent rows leave a nontrivial null space.
❌ Not quite. A square matrix with dependent rows has a null space and therefore no inverse.
Solution:
This is False. Being square () is necessary but not sufficient. The matrix also needs full rank: .
A square matrix with dependent rows has , which means its null space is nontrivial (). Some inputs are crushed to zero, information is lost, and no inverse can recover them. Square alone is not enough — you need .
Question 4
A matrix has rank strictly less than both and . What is the correct statement about inverting it?
✅ Correct! With both null spaces nontrivial, only the SVD-based pseudo-inverse remains.
❌ Not quite. If both null spaces are nontrivial, so no clean inverse exists — only .
Solution:
When and , both null spaces are nontrivial:
No one-sided inverse can fix both problems. The best available repair is the pseudo-inverse , built from the singular value decomposition (SVD). Remember: a one-sided inverse is not a real inverse — it works on only one side and relies on a smaller invertible matrix, never itself.
Solved: 0 / 4