Moore-Penrose pseudoinverse of the input matrix A
Pseudoinverse computed via Full column rank.
Next stepTo solve a system Ax = b, multiply A+ by b: x = A+ b. For overdetermined systems this minimises the residual Ax - b; for underdetermined systems it finds the shortest solution vector.