Wikipedia

Block LU decomposition

In linear algebra, a Block LU decomposition is a matrix decomposition of a block matrix into a lower block triangular matrix L and an upper block triangular matrix U. This decomposition is used in numerical analysis to reduce the complexity of the block matrix formula.

Block LDU decomposition

An LU decomposition is LDU (Lower-Diagonal-Upper) decomposition may be performed if is non-singular. Consider a block matrix:

This may be useful for inversion if also (the Schur complement) is non-singular:

An equivalent UDL decomposition exists if is non-singular:

This may be useful for inversion if is non-singular:

Block Cholesky decomposition

If the matrix is symmetric, then an alternative simplification is as follows:

where the matrix is assumed to be non-singular, is an identity matrix with proper dimension, and is a matrix whose elements are all zero.

We can also rewrite the above equation using the half matrices:

where the Schur complement of in the block matrix is defined by

and the half matrices can be calculated by means of Cholesky decomposition or LDL decomposition. The half matrices satisfy that

Thus, we have

where

The matrix can be decomposed in an algebraic manner into

See also


This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.