请输入您要查询的百科知识:

 

词条 Woodbury matrix identity
释义

  1. Special cases

  2. Push-through identity

  3. Direct proof

  4. Algebraic proof

  5. Derivation via blockwise elimination

  6. Derivation from LDU decomposition

  7. Applications

  8. Binomial inverse theorem

     Verification  Special cases  First  Second  Third 

  9. See also

  10. Notes

  11. External links

{{Use American English|date = January 2019}}{{Short description|Theorem of matrix ranks}}

In mathematics (specifically linear algebra), the Woodbury matrix identity, named after Max A. Woodbury[1][2] says that the inverse of a rank-k correction of some matrix can be computed by doing a rank-k correction to the inverse of the original matrix. Alternative names for this formula are the matrix inversion lemma, Sherman–Morrison–Woodbury formula or just Woodbury formula. However, the identity appeared in several papers before the Woodbury report.[3]

The Woodbury matrix identity is[4]

where A, U, C and V all denote matrices of the correct (conformable) sizes. Specifically, A is n-by-n, U is n-by-k, C is k-by-k and V is k-by-n. This can be derived using blockwise matrix inversion.

For a more general formula for which the matrix C need not be invertible or even square, see Binomial inverse theorem.

Special cases

When C is the 1-by-1 unit matrix, this identity reduces to the Sherman–Morrison formula. In the case when C is the identity matrix I, the matrix is known in numerical linear algebra and numerical partial differential equations as the capacitance matrix.[3] For mere numbers, the identity reduces to the following relation of fractions

Push-through identity

Multiplying on the right by and simplifying yields the following push-through identity[6]

The special case where and (where these two identity matrices have different sizes in general) illustrates the origin of the "push-through" name:

Direct proof

The formula can be proven by checking that times its alleged inverse on the right side of the Woodbury identity gives the identity matrix:

Algebraic proof

First consider these useful identities,

Now,

Derivation via blockwise elimination

Deriving the Woodbury matrix identity is easily done by solving the following block matrix inversion problem

Expanding, we can see that the above reduces to

which is equivalent to . Eliminating the first equation, we find that , which can be substituted into the second to find . Expanding and rearranging, we have , or . Finally, we substitute into our , and we have . Thus,

We have derived the Woodbury matrix identity.

Derivation from LDU decomposition

We start by the matrix

By eliminating the entry under the A (given that A is invertible) we get

Likewise, eliminating the entry above C gives

Now combining the above two, we get

Moving to the right side gives

which is the LDU decomposition of the block matrix into an upper triangular, diagonal, and lower triangular matrices.

Now inverting both sides gives

We could equally well have done it the other way (provided that C is invertible) i.e.

Now again inverting both sides,

Now comparing elements (1, 1) of the RHS of (1) and (2) above gives the Woodbury formula

Applications

This identity is useful in certain numerical computations where A−1 has already been computed and it is desired to compute (A + UCV)−1. With the inverse of A available, it is only necessary to find the inverse of C−1 + VA−1U in order to obtain the result using the right-hand side of the identity. If C has a much smaller dimension than A, this is more efficient than inverting A + UCV directly. A common case is finding the inverse of a low-rank update A + UCV of A (where U only has a few columns and V only a few rows), or finding an approximation of the inverse of the matrix A + B where the matrix B can be approximated by a low-rank matrix UCV, for example using the singular value decomposition.

This is applied, e.g., in the Kalman filter and recursive least squares methods, to replace the parametric solution, requiring inversion of a state vector sized matrix, with a condition equations based solution. In case of the Kalman filter this matrix has the dimensions of the vector of observations, i.e., as small as 1 in case only one new observation is processed at a time. This significantly speeds up the often real time calculations of the filter.

Binomial inverse theorem

The binomial inverse theorem is a more general form of the Woodbury matrix identity.

If A, U, B, V are matrices of sizes p×p, p×q, q×q, q×p, respectively, then

provided A and B + BVA−1UB are nonsingular. Nonsingularity of the latter requires that B−1 exist since it equals {{nowrap|B(I + VA−1UB)}} and the rank of the latter cannot exceed the rank of B.[5]

Since B is invertible, the two B terms flanking the parenthetical quantity inverse in the right-hand side can be replaced with {{nowrap|(B−1)−1,}} which results in

This is the Woodbury matrix identity, which can also be derived using matrix blockwise inversion.

A more general formula exists when B is singular and possibly even non-square:[5]

Formulas also exist for certain cases in which A is singular.[6]

Verification

First notice that

Now multiply the matrix we wish to invert by its alleged inverse:

which verifies that it is the inverse.

So we get that if A−1 and exist, then exists and is given by the theorem above.[7]

Special cases

First

If p = q and U = V = Ip is the identity matrix, then

Remembering the identity

we can also express the previous equation in the simpler form as

Continuing with the merging of the terms of the far right-hand side of the above equation results in Hua's identity

Another useful form of the same identity is

which has a recursive structure that yields

This form can be used in perturbative expansions where B is a perturbation of A.

Second

If B = Iq is the identity matrix and q = 1, then U is a column vector, written u, and V is a row vector, written vT. Then the theorem implies the Sherman-Morrison formula:

This is useful if one has a matrix A with a known inverse A−1 and one needs to invert matrices of the form A + uvT quickly for various u and v.

Third

If we set A = Ip and B = Iq, we get

In particular, if q = 1, then

which is a particular case of the Sherman-Morrison formula given above.

See also

  • Sherman–Morrison formula
  • Schur complement
  • Matrix determinant lemma, formula for a rank-k update to a determinant
  • Invertible matrix
  • Moore-Penrose pseudoinverse#Updating the pseudoinverse

Notes

1. ^Max A. Woodbury, Inverting modified matrices, Memorandum Rept. 42, Statistical Research Group, Princeton University, Princeton, NJ, 1950, 4pp {{MR|38136}}
2. ^Max A. Woodbury, The Stability of Out-Input Matrices. Chicago, Ill., 1949. 5 pp. {{MR|32564}}
3. ^{{cite journal |first=William W. |last=Hager |title=Updating the inverse of a matrix |journal=SIAM Review |volume=31 |year=1989 |pages=221–239 |issue=2 |doi=10.1137/1031049 |mr=997457 | jstor = 2030425}}
4. ^{{Cite book | last1=Higham | first1=Nicholas | author1-link=Nicholas Higham | title=Accuracy and Stability of Numerical Algorithms | publisher=SIAM | edition=2nd | isbn=978-0-89871-521-7 | year=2002 | page=258 |mr=1927606 | postscript= }}
5. ^{{cite journal | last1 = Henderson | first1 = H. V. | last2 = Searle | first2 = S. R. | year = 1981 | title = On deriving the inverse of a sum of matrices | url = http://ecommons.cornell.edu/bitstream/1813/32749/1/BU-647-M.pdf| journal = SIAM Review | volume = 23 | issue = | pages = 53–60 | doi = 10.1137/1023004 | jstor = 2029838 }}
6. ^Kurt S. Riedel, "A Sherman–Morrison–Woodbury Identity for Rank Augmenting Matrices with Application to Centering", SIAM Journal on Matrix Analysis and Applications, 13 (1992)659-662, {{doi|10.1137/0613040}} preprint {{MR|1152773}}
7. ^{{cite book | author = Gilbert Strang | title = Introduction to Linear Algebra | edition = 3rd | year = 2003 | publisher = Wellesley-Cambridge Press: Wellesley, MA | isbn = 0-9614088-9-8}}
  • {{Citation|last1=Press|first1=WH|last2=Teukolsky|first2=SA|last3=Vetterling|first3=WT|last4=Flannery|first4=BP|year=2007|title=Numerical Recipes: The Art of Scientific Computing|edition=3rd|publisher=Cambridge University Press| publication-place=New York|isbn=978-0-521-88068-8|chapter=Section 2.7.3. Woodbury Formula|chapter-url=http://apps.nrbook.com/empanel/index.html?pg=80}}

External links

  • Some matrix identities
  • {{MathWorld|title=Woodbury formula|urlname=WoodburyFormula}}

5 : Linear algebra|Matrices|Matrix theory|Theorems in algebra|Lemmas

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/30 2:20:14