Left and Right Inverses; Pseudoinverse
June 18, 2019
Left and Right Inverses
A regular inverse is a 2-sided inverse. This happens if and only if square matrix is full rank . If is not square and full column rank, then there’s 0 or 1 solution to , depending on if is in the column space of (there can be more rows than columns so columns are not spanning the whole space).
In note 28 we have good, square and symmetric matrix . It’s invertible as long as we have as full column rank. We say that rectangular has left inverse since
For full row rank, we have independent rows, and infinitely many solutions to . In this case we have right inverse of :
What happen if we don’t put the in order? Recall note 15, the projection matrix is ,
When we put the A to the left of its left inverse, it’s the projection matrix into the column space. If we put A to the right of its right inverse, we got another projection matrix, but to the row space:
Pseudoinverses
When we have neither full column rank nor full row rank, we cannot do left or right inverses. But is still a invertible mapping (from row space) onto column space. As long as we let go the null space and left null space, everything is good. So how to find this pseudoinverse ? We can use SVD: