In linear algebra and statistics, the partial inverse of a matrix is an operation related to Gaussian elimination which has applications in numerical analysis, statistics and physics. It is also known by various authors as the principal pivot transform, or as the sweep, gyration, or exchange operator, represented by if restricted to blocks along the main diagonal, or by if considering the general case of any arbitrary block from the matrix. [1]
Given an matrix over a vector space partitioned into blocks:
If is invertible, then the partial inverse of around the pivot block is created by inverting , putting the Schur complement in place of , and adjusting the off-diagonal elements accordingly: [2]
Conceptually, partial inversion corresponds to a rotation [3] of the graph of the matrix , such that, for conformally-partitioned column matrices and : [2]
As defined this way, this operator is its own inverse: , and if the pivot block is chosen to be the entire matrix, then the transform simply gives the matrix inverse . Note that some authors define a related operation (under one of the other names) which is not an inverse per se; particularly, one common definition instead has .
The transform is often presented as a pivot around a single non-zero element , in which case one has
Restricted partial inverses obey a number of nice properties: [4]
The general partial inversion group of generators that act on objects of size is a non-Abelian group, since it is a composition of the symmetric group , which is non-Abelian, with the restricted partial inversion group (which is Abelian) . [1] admits representations of the dihedral group and the unitary group.
It was suggested in [1] that a composition only commutes if their row indices are different and their column indices are also different:
The Yang-Baxter equation occurs as a constraint [1] of generators of , by introducing the substitutions
Compositions of matrix inverse along the main diagonal, and a generalized inverse along the secondary diagonal form a representation of the dihedral group, :
where is a similarity transformation made of the reverse permutation matrix.
In three dimensions, the dihedral group over a matrix is represented in terms of the identity operator and the generators as
In S-matrix theory and pseudo-unitary quantum mechanics, partial inversion is used to map S-matrices to T-matrices, and, consequently, unitary matrices to Z-pseudo-unitary matrices. [1]
Use of the partial inverse in numerical analysis is due to the fact that there is some flexibility in the choices of pivots, allowing for non-invertible elements to be avoided, and because the operation of rotation (of the graph of the pivoted matrix) has better numerical stability than the shearing operation which is implicitly performed by Gaussian elimination. [3] Use in statistics is due to the fact that the resulting matrix nicely decomposes into blocks which have useful meanings in the context of linear regression. [4]