The pseudoinverse tag has no wiki summary.
5
votes
2answers
222 views
Computing the pseudoinverse of a 3x3 matrix
I need to compute the (Moore-Penrose) pseudoinverse of fixed-size 3x3 matrices. I would prefer to have a simple method without bringing in the industrial strength machinery of Lapack. Are there any ...