Moore Penrose Pseudoinverse#

A generalization of matrix inversion which creates \(A^+\)

such that

\[A * A^+ * A = A\]

but not necessarily

\[A * A^+ = I_n\]

It is calculated via SVD