We know that if a matrix is $m \times n$ where $m=n$ then it has an inverse if its full rank.
But the interesting fact for me is about non-square matrices, where $m\neq n$, and also I searched on the whole web for it and found pseudo inverse and so on$\ldots$
However, I found an amazing example from the site which has a right inverse and also its transpose which has a left inverse (the transpose is that matrix right inverse also which the multiplication will result in identity matrix): $$\begin{bmatrix}1 &0\end{bmatrix}$$
My main questions are:
- Is there any procedure to compute the left or right inverse of a matrix (same as the example) when it’s full rank in the case of rows OR columns? I mean not tje pseudo inverse but the real inverse which will result in the Identity matrix.
- What should be the condition of that matrix in which we will compute its left OR right inverses?