In general matrix inverses are not defined for non-square matrices. However one can define left or right inverses depending on the matrix. For example the column matrix C
\(\displaystyle C\, =\, \begin{pmatrix}0.5\\0.5\end{pmatrix}\)
has the left inverse row matrix R
\(\displaystyle R\, =\, \begin{pmatrix}1.0&1.0\end{pmatrix}\)
since
R C = 1
In this particular case there can be no right inverse. For more details, see https://en.wikipedia.org/wiki/Invertible_matrix
for example
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.