I saw this question somewhere and made me think do 3x4 matrices have an inverse, as I previously that that only square matrices have an inverse. If non-square matrices have an inverse, especially if 3x4 has one please let me know, the reason why.
Thanks!
The answer is no. You can have an inverse on one side, but not on both. The main reason is rank (which is the dimension of the image). If $A$ and $B$ are two matrices that can be multiplied together, $\operatorname{rank}(AB)\leq \min(\operatorname{rank}(A),\operatorname{rank}(B))$. So if $A$ is an $n\times k$ matrix and $B$ is a $k\times n$ matrix, then $\operatorname{rank}(AB)$ and $\operatorname{rank}(BA)$ are at most $\min(n,k)$, so if $k<n$, then $AB$ cannot be equal to the $n\times n$ identity matrix, which has rank $n$.