Skip to content
Prev 43814 / 398513 Next

How to get the pseudo left inverse of a singular squarem atrix?

have >inverse, which by
I >don't know if this is
Andy


The inverse of a Matrix A is defined as a Matrix B
such that B*A=A*B=I and not just B*A=I. But there are
matrices B for singular matrices A such that B*A=I but
A*B != I, therefore there exist "left-inverses" (or
"right-inverses") for non-invertable matrices.

Best Regards

__________________________________