Generalized Inverse
Suppose matrix F is non-invertible because it is not square and/or Rank(F) is less than both dimensions. At least one Generalized Inverse G always exists.
For a rectangular m-by-n matrix A, a matrix A† is called the Moore-Penrose inverse or Generalized pseudoinverse if it satisfies the following conditions:
Moore-Penrose Pseudo-Inverse , a Generalized Inverse
- \( {\bf A} {\bf A}^{\dagger} {\bf A} = {\bf A} . \)
- \( {\bf A}^{\dagger} {\bf A} {\bf A}^{\dagger} = {\bf A}^{\dagger} , \) so A† is like a weak inverse.
- \( \left( {\bf A} {\bf A}^{\dagger} \right)^{\ast} = {\bf A} {\bf A}^{\dagger} \) self-adjoint matrix.
- \( \left( {\bf A}^{\dagger} {\bf A} \right)^{\ast} = {\bf A}^{\dagger} {\bf A} \) self-adjoint matrix.
https://people.eecs.berkeley.edu/~wkahan/MathH110/NormOvrv.pdf
- Higham, Nicholas, Gaussian Elimination, Manchester Institute for Mathematical Sciences, School of Mathematics, The University of Manchester, 2011.
- Trefethen, L.N., Bau, D. III, Numerical Linear Algebra, Society for Inductrial and Applied Mathematics, Pennsylvania, 1997.