Moore-penrose pseudo inverse
The Moore-Penrose pseudo-inverse is a generalization of the inverse matrix to non-square matrices . It is defined as:
Here we used the SVD of to find the left pseudo inverse of , or rather an approximation (hence ).
This is the best we can find which minimizes the error – the minimum norm solution:This minimum norm criterion is particularly relevant for underdetermined systems, where we have infinitely many exact solutions and want to select the one requiring least energy. The norm directly corresponds to energy in many physical systems (e.g., electrical, mechanical).
For overdetermined systems, the pseudo-inverse instead gives us the least squares solution, minimizing when no exact solution exists.
Properties
The Moore-Penrose pseudo-inverse satisfies four conditions:
(weak inverse)