Inverse of a Rectangular Matrix
Explore the concept of matrix invertibility extended to rectangular matrices. Understand the criteria involving rank for the existence of left or right inverses, and learn how to compute these inverses using matrix multiplication and transposes. This lesson helps you apply these principles in data science tasks involving non-square matrices.
We'll cover the following...
We’ve already discussed the inverse of a square matrix in detail and provided multiple examples. In this lesson, we’ll extend the discussion to rectangular matrices, which are matrices that have a different number of columns and rows.
Rank and invertibility
The rank of a matrix generally answers the question of invertibility. An matrix is invertible if it has either a full column rank or a full row rank.
Also, for any matrix, ,
For square matrices, the number of rows, , is equal to the number of columns, . This allows square matrices to have a
Left inverse
If a matrix, , has full column rank, , then it would have a left inverse, , such that:
A matrix with a full column rank could have multiple left inverses.
One possibility is:
...