Kalpana Kalpana (Editor)

Moore–Penrose pseudoinverse

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, and in particular linear algebra, a pseudoinverse A+ of a matrix A is a generalization of the inverse matrix. The most widely known type of matrix pseudoinverse is the Moore–Penrose pseudoinverse, which was independently described by E. H. Moore in 1920, Arne Bjerhammar in 1951 and Roger Penrose in 1955. Earlier, Fredholm had introduced the concept of a pseudoinverse of integral operators in 1903. When referring to a matrix, the term pseudoinverse, without further specification, is often used to indicate the Moore–Penrose pseudoinverse. The term generalized inverse is sometimes used as a synonym for pseudoinverse.

Contents

A common use of the pseudoinverse is to compute a 'best fit' (least squares) solution to a system of linear equations that lacks a unique solution (see below under § Applications). Another use is to find the minimum (Euclidean) norm solution to a system of linear equations with multiple solutions. The pseudoinverse facilitates the statement and proof of results in linear algebra.

The pseudoinverse is defined and unique for all matrices whose entries are real or complex numbers. It can be computed using the singular value decomposition.

Notation

In the following discussion, the following conventions are adopted.

  • K will denote one of the fields of real or complex numbers, denoted R , C , respectively. The vector space of m × n matrices over K is denoted by M ( m , n ; K ) .
  • For A M ( m , n ; K ) , A T and A denote the transpose and Hermitian transpose (also called conjugate transpose) respectively. If K = R , then A = A T .
  • For A M ( m , n ; K ) , then im ( A ) denotes the range (image) of A (the space spanned by the column vectors of A ) and ker ( A ) denotes the kernel (null space) of A .
  • Finally, for any positive integer n , I n M ( n , n ; K ) denotes the n × n identity matrix.
  • Definition

    For A M ( m , n ; K ) , a pseudoinverse of A is defined as a matrix A + M ( n , m ; K ) satisfying all of the following four criteria:

    1. A A + A = A       (AA+ need not be the general identity matrix, but it maps all column vectors of A to themselves);
    2. A + A A + = A +       (A+ is a weak inverse for the multiplicative semigroup);
    3. ( A A + ) = A A +       (AA+ is Hermitian); and
    4. ( A + A ) = A + A       (A+A is also Hermitian).

    A + exists for any matrix, A , but when the latter has full rank, A + can be expressed as a simple algebraic formula.

    In particular, when A has linearly independent columns (and thus matrix A A is invertible), A + can be computed as:

    A + = ( A A ) 1 A .

    This particular pseudoinverse constitutes a left inverse, since, in this case, A + A = I .

    When A has linearly independent rows (matrix A A is invertible), A + can be computed as:

    A + = A ( A A ) 1 .

    This is a right inverse, as A A + = I .

    Properties

    Proofs for some of these facts may be found on a separate page Proofs involving the Moore-Penrose pseudoinverse.

    Existence and uniqueness

  • The pseudoinverse exists and is unique: for any matrix A , there is precisely one matrix A + , that satisfies the four properties of the definition.
  • A matrix satisfying the first condition of the definition is known as a generalized inverse. If the matrix also satisfies the second definition, it is called a generalized reflexive inverse. Generalized inverses always exist but are not in general unique. Uniqueness is a consequence of the last two conditions.

    Basic properties

  • If A has real entries, then so does A + .
  • If A is invertible, its pseudoinverse is its inverse. That is: A + = A 1 .
  • The pseudoinverse of a zero matrix is its transpose.
  • The pseudoinverse of the pseudoinverse is the original matrix: ( A + ) + = A .
  • Pseudoinversion commutes with transposition, conjugation, and taking the conjugate transpose:
  • The pseudoinverse of a scalar multiple of A is the reciprocal multiple of A+:
  • Identities

    The following identities can be used to cancel certain subexpressions or expand expressions involving pseudoinverses. Proofs for these properties can be found in the proofs subpage.

    Reduction to Hermitian case

    The computation of the pseudoinverse is reducible to its construction in the Hermitian case. This is possible through the equivalences:

  • A + = ( A A ) + A
  • A + = A ( A A ) +
  • as A A and A A are Hermitian.

    Products

    If A M ( m , n ; K ) ,   B M ( n , p ; K ) and either,

  • A has orthonormal columns (i.e., A A = I n ) or,
  • B has orthonormal rows (i.e., B B = I n ) or,
  • A has all columns linearly independent (full column rank) and B has all rows linearly independent (full row rank) or,
  • B = A (i.e., B is the conjugate transpose of A ),
  • then

    ( A B ) + B + A + .

    The last property yields the equivalences:

    ( A A ) + A + A + ( A A ) + A + A +

    Projectors

    P = A A + and Q = A + A are orthogonal projection operators – that is, they are Hermitian ( P = P , Q = Q ) and idempotent ( P 2 = P and Q 2 = Q ). The following hold:

  • P A = A = A Q and A + P = A + = Q A +
  • P is the orthogonal projector onto the range of A (which equals the orthogonal complement of the kernel of A ).
  • Q is the orthogonal projector onto the range of A (which equals the orthogonal complement of the kernel of A ).
  • ( I P ) is the orthogonal projector onto the kernel of A .
  • ( I Q ) is the orthogonal projector onto the kernel of A .
  • Another property is the following: if A R n × n is Hermitian and idempotent (true if and only if it represents an orthogonal projection), then, for any matrix B R m × n the following equation holds:

    A ( B A ) + = ( B A ) +

    This can be proven by defining matrices C = B A , D = A ( B A ) + , and checking that D is indeed a pseudoinverse for C by verifying that the defining properties of the pseudoinverse hold, when A is Hermitian and idempotent.

    Geometric construction

    If we view the matrix as a linear map A : K n K m over a field K then A + : K m K n can be decomposed as follows. We write for the direct sum, for the orthogonal complement, ker for the kernel of a map, and ran for the image of a map. Notice that K n = ( ker A ) ker A and K m = ran A ( ran A ) . The restriction A : ( ker A ) ran A is then an isomorphism. These imply that A + is defined on ran A to be the inverse of this isomorphism, and on ( ran A ) to be zero.

    In other words: To find A + b for given b in Km, first project b orthogonally onto the range of A, finding a point p(b) in the range. Then form A−1({p(b)}), i.e. find those vectors in Kn that A sends to p(b). This will be an affine subspace of Kn parallel to the kernel of A. The element of this subspace that has the smallest length (i.e. is closest to the origin) is the answer A + b we are looking for. It can be found by taking an arbitrary member of A−1({p(b)}) and projecting it orthogonally onto the orthogonal complement of the kernel of A.

    This description is closely related to the Minimum norm solution to a linear system.

    Subspaces

    ker ( A + ) = ker ( A ) ran ( A + ) = ran ( A )

    Limit relations

  • The pseudoinverse are limits:
  • A + = lim δ 0 ( A A + δ I ) 1 A = lim δ 0 A ( A A + δ I ) 1 (see Tikhonov regularization). These limits exist even if ( A A ) 1 or ( A A ) 1 do not exist.

    Continuity

  • In contrast to ordinary matrix inversion, the process of taking pseudoinverses is not continuous: if the sequence ( A n ) converges to the matrix A (in the maximum norm or Frobenius norm, say), then (An)+ need not converge to A+. However, if all the matrices have the same rank, (An)+ will converge to A+.
  • Derivative

    The derivative of a real valued pseudoinverse matrix which has constant rank at a point x may be calculated in terms of the derivative of the original matrix:

    d d x A + ( x ) = A + ( d d x A ) A +   +   A + A + T ( d d x A T ) ( I A A + )   +   ( I A + A ) ( d d x A T ) A + T A +

    Scalars

    It is also possible to define a pseudoinverse for scalars and vectors. This amounts to treating these as matrices. The pseudoinverse of a scalar x is zero if x is zero and the reciprocal of x otherwise:

    x + = { 0 , if  x = 0 ; x 1 , otherwise .

    Vectors

    The pseudoinverse of the null (all zero) vector is the transposed null vector. The pseudoinverse of a non-null vector is the conjugate transposed vector divided by its squared magnitude:

    x + = { 0 T , if  x = 0 ; x x x , otherwise .

    Linearly independent columns

    If the columns of A are linearly independent (so that m n ), then A A is invertible. In this case, an explicit formula is:

    A + = ( A A ) 1 A .

    It follows that A + is then a left inverse of A :   A + A = I n .

    Linearly independent rows

    If the rows of A are linearly independent (so that m n ), then A A is invertible. In this case, an explicit formula is:

    A + = A ( A A ) 1 .

    It follows that A + is a right inverse of A :   A A + = I m .

    Orthonormal columns or rows

    This is a special case of either full column rank or full row rank (treated above). If A has orthonormal columns ( A A = I n ) or orthonormal rows ( A A = I m ), then A + = A .

    Circulant matrices

    For a circulant matrix C , the singular value decomposition is given by the Fourier transform, that is the singular values are the Fourier coefficients. Let F be the Discrete Fourier Transform (DFT) matrix, then

    C = F Σ F C + = F Σ + F

    Rank decomposition

    Let r min ( m , n ) denote the rank of A M ( m , n ; K ) . Then A can be (rank) decomposed as A = B C where B M ( m , r ; K ) and C M ( r , n ; K ) are of rank r . Then A + = C + B + = C ( C C ) 1 ( B B ) 1 B .

    The QR method

    For K = R or K = C computing the product A A or A A and their inverses explicitly is often a source of numerical rounding errors and computational cost in practice. An alternative approach using the QR decomposition of A may be used instead.

    Considering the case when A is of full column rank, so that A + = ( A A ) 1 A . Then the Cholesky decomposition A A = R R , where R is an upper triangular matrix, may be used. Multiplication by the inverse is then done easily by solving a system with multiple right-hand sides,

    A + = ( A A ) 1 A ( A A ) A + = A R R A + = A

    which may be solved by forward substitution followed by back substitution.

    The Cholesky decomposition may be computed without forming A A explicitly, by alternatively using the QR decomposition of A = Q R , where Q has orthonormal columns, Q Q = I , and R is upper triangular. Then

    A A = ( Q R ) ( Q R ) = R Q Q R = R R ,

    so R is the Cholesky factor of A A .

    The case of full row rank is treated similarly by using the formula A + = A ( A A ) 1 and using a similar argument, swapping the roles of A and A .

    Singular value decomposition (SVD)

    A computationally simple and accurate way to compute the pseudo inverse is by using the singular value decomposition. If A = U Σ V is the singular value decomposition of A, then A + = V Σ + U . For a rectangular diagonal matrix such as Σ , we get the pseudo inverse by taking the reciprocal of each non-zero element on the diagonal, leaving the zeros in place, and then transposing the matrix. In numerical computation, only elements larger than some small tolerance are taken to be nonzero, and the others are replaced by zeros. For example, in the MATLAB, GNU Octave, or NumPy function pinv, the tolerance is taken to be t = ε⋅max(m,n)⋅max(Σ), where ε is the machine epsilon.

    The computational cost of this method is dominated by the cost of computing the SVD, which is several times higher than matrix–matrix multiplication, even if a state-of-the art implementation (such as that of LAPACK) is used.

    The above procedure shows why taking the pseudo inverse is not a continuous operation: if the original matrix A has a singular value 0 (a diagonal entry of the matrix Σ above), then modifying A slightly may turn this zero into a tiny positive number, thereby affecting the pseudo inverse dramatically as we now have to take the reciprocal of a tiny number.

    Block matrices

    Optimized approaches exist for calculating the pseudoinverse of block structured matrices.

    The iterative method of Ben-Israel and Cohen

    Another method for computing the pseudoinverse uses the recursion

    A i + 1 = 2 A i A i A A i ,

    which is sometimes referred to as hyper-power sequence. This recursion produces a sequence converging quadratically to the pseudoinverse of A if it is started with an appropriate A 0 satisfying A 0 A = ( A 0 A ) . The choice A 0 = α A (where 0 < α < 2 / σ 1 2 ( A ) , with σ 1 ( A ) denoting the largest singular value of A ) has been argued not to be competitive to the method using the SVD mentioned above, because even for moderately ill-conditioned matrices it takes a long time before A i enters the region of quadratic convergence. However, if started with A 0 already close to the Moore–Penrose pseudoinverse and A 0 A = ( A 0 A ) , for example A 0 := ( A A + δ I ) 1 A , convergence is fast (quadratic).

    Updating the pseudoinverse

    For the cases where A has full row or column rank, and the inverse of the correlation matrix ( A A for A with full row rank or A A for full column rank) is already known, the pseudoinverse for matrices related to A can be computed by applying the Sherman–Morrison–Woodbury formula to update the inverse of the correlation matrix, which may need less work. In particular, if the related matrix differs from the original one by only a changed, added or deleted row or column, incremental algorithms exist that exploit the relationship.

    Similarly, it is possible to update the Cholesky factor when a row or column is added, without creating the inverse of the correlation matrix explicitly. However, updating the pseudoinverse in the general rank-deficient case is much more complicated.

    Software libraries

    The Python package NumPy provides a pseudoinverse calculation through its functions matrix.I and linalg.pinv; its pinv uses the SVD-based algorithm. SciPy adds a function scipy.linalg.pinv that uses a least-squares solver. High quality implementations of SVD, QR, and back substitution are available in standard libraries, such as LAPACK. Writing one's own implementation of SVD is a major programming project that requires a significant numerical expertise. In special circumstances, such as parallel computing or embedded computing, however, alternative implementations by QR or even the use of an explicit inverse might be preferable, and custom implementations may be unavoidable.

    The MASS package for R provides a calculation of the Moore–Penrose pseudoinverse through the ginv function. The ginv function calculates a pseudoinverse using the singular value decomposition provided by the svd function in the base R package.

    The Octave programming language provides a pseudo inverse through the standard package function pinv as well as the pseudo_inverse() method.

    Linear least-squares

    The pseudoinverse provides a least squares solution to a system of linear equations. For A M ( m , n ; K ) , given a system of linear equations

    A x = b ,

    in general, a vector x that solves the system may not exist, or if one does exist, it may not be unique. The pseudoinverse solves the "least-squares" problem as follows:

  • x K n , we have A x b 2 A z b 2 where z = A + b and 2 denotes the Euclidean norm. This weak inequality holds with equality if and only if x = A + b + ( I A + A ) w for any vector w; this provides an infinitude of minimizing solutions unless A has full column rank, in which case ( I A + A ) is a zero matrix. The solution with minimum Euclidean norm is z .
  • This result is easily extended to systems with multiple right-hand sides, when the Euclidean norm is replaced by the Frobenius norm. Let B M ( m , p ; K ) .

  • X M ( n , p ; K ) , we have A X B F A Z B F where Z = A + B and F denotes the Frobenius norm.
  • Obtaining all solutions of a linear system

    If the linear system

    A x = b

    has any solutions, they are all given by

    x = A + b + [ I A + A ] w

    for arbitrary vector w. Solution(s) exist if and only if A A + b = b . If the latter holds, then the solution is unique if and only if A has full column rank, in which case [ I A + A ] is a zero matrix. If solutions exist but A does not have full column rank, then we have an indeterminate system, all of whose infinitude of solutions are given by this last equation. This solution is deeply connected to the Udwadia–Kalaba equation of classical mechanics to forces of constraint that do not obey D'Alembert's principle.

    Minimum norm solution to a linear system

    For linear systems A x = b , with non-unique solutions (such as under-determined systems), the pseudoinverse may be used to construct the solution of minimum Euclidean norm x 2 among all solutions.

  • If A x = b is satisfiable, the vector z = A + b is a solution, and satisfies z 2 x 2 for all solutions.
  • This result is easily extended to systems with multiple right-hand sides, when the Euclidean norm is replaced by the Frobenius norm. Let B M ( m , p ; K ) .

  • If A X = B is satisfiable, the matrix Z = A + B is a solution, and satisfies Z F X F for all solutions.
  • Condition number

    Using the pseudoinverse and a matrix norm, one can define a condition number for any matrix:

    cond ( A ) = A A + .  

    A large condition number implies that the problem of finding least-squares solutions to the corresponding system of linear equations is ill-conditioned in the sense that small errors in the entries of A can lead to huge errors in the entries of the solution.

    Generalizations

    In order to solve more general least-squares problems, one can define Moore–Penrose pseudoinverses for all continuous linear operators A : H1H2 between two Hilbert spaces H1 and H2, using the same four conditions as in our definition above. It turns out that not every continuous linear operator has a continuous linear pseudoinverse in this sense. Those that do are precisely the ones whose range is closed in H2.

    In abstract algebra, a Moore–Penrose pseudoinverse may be defined on a *-regular semigroup. This abstract definition coincides with the one in linear algebra.

    References

    Moore–Penrose pseudoinverse Wikipedia