All Topics  
LU decomposition

 

   Email Print
   Bookmark   Link






 

LU decomposition



 
 
In linear algebra
Linear algebra

Linear algebra is the branch of mathematics concerned with the study of Euclidean vectors, vector spaces , linear maps , and system of linear equations....
, the LU decomposition is a matrix decomposition
Matrix decomposition

In the mathematics discipline of linear algebra, a matrix decomposition is a factorization of a matrix into some canonical form. There are many different matrix decompositions; each finds use among a particular class of problems....
 which writes a matrix
Matrix (mathematics)

In mathematics, a matrix is a rectangular array of numbers, as shown at the right. In addition to a number of elementary, entrywise operations such as matrix addition a key notion is matrix multiplication....
 as the product of a lower triangular matrix
Triangular matrix

In the mathematics discipline of linear algebra, a triangular matrix is a special kind of square matrix where the entries either below or above the main diagonal are zero....
 and an upper triangular matrix. The product sometimes includes a permutation matrix
Permutation matrix

In mathematics, in matrix theory, a permutation matrix is a square -matrix that has exactly one entry 1 in each row and each column and 0's elsewhere....
 as well. This decomposition is used in numerical analysis
Numerical analysis

Numerical analysis is the study of algorithms for the problems of continuous mathematics .One of the earliest mathematical writings is the Babylonian tablet YBC 7289, which gives a sexagesimal numerical approximation of , the length of the diagonal in a unit square....
 to solve systems of linear equations or calculate the determinant
Determinant

In algebra, a determinant is a function depending on n that associates a scalar , det, to an n?n square matrix A. The fundamental geometric meaning of a determinant is a scale factor for measure when A is regarded as a linear transformation....
.

A be a square matrix. An LU decomposition is a decomposition of the form where L and U are lower and upper triangular matrices (of the same size), respectively.






Discussion
Ask a question about 'LU decomposition'
Start a new discussion about 'LU decomposition'
Answer questions from other users
Full Discussion Forum



Encyclopedia


In linear algebra
Linear algebra

Linear algebra is the branch of mathematics concerned with the study of Euclidean vectors, vector spaces , linear maps , and system of linear equations....
, the LU decomposition is a matrix decomposition
Matrix decomposition

In the mathematics discipline of linear algebra, a matrix decomposition is a factorization of a matrix into some canonical form. There are many different matrix decompositions; each finds use among a particular class of problems....
 which writes a matrix
Matrix (mathematics)

In mathematics, a matrix is a rectangular array of numbers, as shown at the right. In addition to a number of elementary, entrywise operations such as matrix addition a key notion is matrix multiplication....
 as the product of a lower triangular matrix
Triangular matrix

In the mathematics discipline of linear algebra, a triangular matrix is a special kind of square matrix where the entries either below or above the main diagonal are zero....
 and an upper triangular matrix. The product sometimes includes a permutation matrix
Permutation matrix

In mathematics, in matrix theory, a permutation matrix is a square -matrix that has exactly one entry 1 in each row and each column and 0's elsewhere....
 as well. This decomposition is used in numerical analysis
Numerical analysis

Numerical analysis is the study of algorithms for the problems of continuous mathematics .One of the earliest mathematical writings is the Babylonian tablet YBC 7289, which gives a sexagesimal numerical approximation of , the length of the diagonal in a unit square....
 to solve systems of linear equations or calculate the determinant
Determinant

In algebra, a determinant is a function depending on n that associates a scalar , det, to an n?n square matrix A. The fundamental geometric meaning of a determinant is a scale factor for measure when A is regarded as a linear transformation....
.

Definitions

Let A be a square matrix. An LU decomposition is a decomposition of the form where L and U are lower and upper triangular matrices (of the same size), respectively. This means that L has only zeros above the diagonal and U has only zeros below the diagonal. For a matrix, this becomes:

An LDU decomposition is a decomposition of the form where D is a diagonal matrix
Diagonal matrix

In linear algebra, a diagonal matrix is a square matrix in which the entries outside the main diagonal are all zero. The diagonal entries themselves may or may not be zero....
 and L and U are unit triangular matrices, meaning that all the entries on the diagonals of L and U are one.

An LUP decomposition (also called a LU decomposition with partial pivoting) is a decomposition of the form where L and U are again lower and upper triangular matrices and P is a permutation matrix
Permutation matrix

In mathematics, in matrix theory, a permutation matrix is a square -matrix that has exactly one entry 1 in each row and each column and 0's elsewhere....
, i.e., a matrix of zeros and ones that has exactly one entry 1 in each row and column.

An LU decomposition with full pivoting (Trefethen and Bau) takes the form

Existence and uniqueness


An invertible matrix
Invertible matrix

In linear algebra, an n-by-n matrix A is called invertible or non-singular if there exists an n-by-n matrix B such that...
 admits an LU factorization if and only if
If and only if

If and only if, in logic and fields that rely on it such as mathematics and philosophy, is a biconditional logical connective between statements....
 all its leading principal minor
Minor (linear algebra)

In linear algebra, a minor of a matrix A is the determinant of some smaller square matrix, cut down from A by removing one or more of its rows or columns....
s are non-zero. The factorization is unique if we require that the diagonal of L (or U) consist of ones. The matrix has a unique LDU factorization under the same conditions.

If the matrix is singular, then an LU factorization may still exist. In fact, a square matrix of rank
Rank (linear algebra)

The column rank of a matrix_ A is the maximal number of linear independence columns of A. Likewise, the row rank is the maximal number of linearly independent rows of A....
 k has an LU factorization if the first k leading principal minors are non-zero, although the converse is not true.

The exact necessary and sufficient conditions under which a not necessarily invertible matrix over any field has an LU factorization are known. The conditions are expressed in terms of the ranks of certain submatrices. The Gaussian elimination algorithm for obtaining LU decomposition has also been extended to this most general case .

Every matrix A --square or not-- admits a LUP factorization. The matrices L and P are square matrices, but U has the same shape as A. Upper triangular should be interpreted as having only zero entries below the main diagonal, which starts at the upper left corner. The LUP factorization can be done in such a way that U has only ones on its main diagonal.

Positive definite matrices

If the matrix A is Hermitian
Hermitian matrix

A Hermitian matrix is a square matrix with complex number entries which is equal to its own conjugate transpose — that is, the element in the ith row and jth column is equal to the complex conjugate of the element in the jth row and ith column, for all indices i and j:...
 and positive definite
Positive-definite matrix

In linear algebra, a positive-definite matrix is a Hermitian matrix matrix which in many ways is analogous to a positive real number. The notion is closely related to a Definite bilinear form symmetric bilinear form ....
, then we can arrange matters so that U is the conjugate transpose
Conjugate transpose

In mathematics, the conjugate transpose, Hermitian transpose, or adjoint matrix of an m-by-n matrix A with complex number entries is the n-by-m matrix A* obtained from A by taking the transpose and then taking the complex conjugate of each entry....
 of L. In this case, we have written A as This decomposition is called the Cholesky decomposition
Cholesky decomposition

In linear algebra, a subfield of mathematics, the Cholesky decomposition is a matrix decomposition of a symmetric matrix, positive-definite matrix matrix into a lower triangular matrix and the transpose of the lower triangular matrix....
. The Cholesky decomposition always exists and is unique. Furthermore, computing the Cholesky decomposition is more efficient and numerically more stable
Numerical stability

In the mathematics subfield of numerical analysis, numerical stability is a desirable property of numerical algorithms. The precise definition of stability depends on the context, but it is related to the accuracy of the algorithm....
 than computing the LU decomposition.

Explicit Formulation


When an LDU factorization exists and is unique there is a closed (explicit) formula for the elements of L, D, and U in terms of ratios of determinants of certain submatrices of the original matrix A (Householder 1975). In particular, and for , is the ratio of the principal submatrix to the principal submatrix.

Algorithms

The LU decomposition is basically a modified form of Gaussian elimination
Gaussian elimination

In linear algebra, Gaussian elimination is an efficient algorithm for solving system of linear equations, finding the Rank of a matrix , and calculating the inverse of an invertible matrix....
. We transform the matrix A into an upper triangular matrix U by eliminating the entries below the main diagonal. The Doolittle algorithm does the elimination column by column starting from the left, by multiplying A to the left with atomic lower triangular matrices. It results in a unit lower triangular matrix and an upper triangular matrix. The Crout algorithm is slightly different and constructs a lower triangular matrix and a unit upper triangular matrix.

Computing the LU decomposition using either of these algorithms requires 2n3 / 3 floating point operations, ignoring lower order terms. Partial pivoting adds only a quadratic term; this is not the case for full pivoting .

Doolittle algorithm

Given an N × N matrix

we define and then we iterate n = 1,...,N-1 as follows.

We eliminate the matrix elements below the main diagonal in the n-th column of A(n-1) by adding to the i-th row of this matrix the n-th row multiplied by for . This can be done by multiplying A(n-1) to the left with the lower triangular matrix

We set

After N-1 steps, we eliminated all the matrix elements below the main diagonal, so we obtain an upper triangular matrix A(N-1). We find the decomposition

Denote the upper triangular matrix A(N-1) by U, and . Because the inverse of a lower triangular matrix Ln is again a lower triangular matrix, and the multiplication of two lower triangular matrices is again a lower triangular matrix, it follows that L is a lower triangular matrix. We obtain .

It is clear that in order for this algorithm to work, one needs to have at each step (see the definition of ). If this assumption fails at some point, one needs to interchange n-th row with another row below it before continuing. This is why the LU decomposition in general looks like .

Crout and LUP algorithms

The LUP decomposition algorithm by Cormen et al. generalizes Crout matrix decomposition
Crout matrix decomposition

In linear algebra, the Crout matrix decomposition is an LU decomposition which decomposes a matrix into a lower triangular matrix , an upper triangular matrix and, although not always needed, a permutation matrix ....
. It can be described as follows.

  1. If has a nonzero entry in its first row, then take a permutation matrix such that has a nonzero entry in its upper left corner. Otherwise, take for the identity matrix. Let .
  2. Let be the matrix that one gets from by deleting both the first row and the first column. Decompose recursively. Make from by first adding a zero row above and then adding the first column of at the left.
  3. Make from by first adding a zero row above and a zero column at the left and then replacing the upper left entry (which is 0 at this point) by 1. Make from in a similar manner and define . Let be the inverse of .
  4. At this point, is the same as , except (possibly) at the first row. If the first row of is zero, then , since both have first row zero, and follows, as desired. Otherwise, and have the same nonzero entry in the upper left corner, and for some upper triangular square matrix with ones on the diagonal ( clears entries of and adds entries of by way of the upper left corner). Now is a decomposition of the desired form.


Small Example


One way of finding the LU decomposition of this simple matrix would be to simply solve the linear equations by inspection. You know that: Such a system of equations is underdetermined. In this case any two non-zero elements of L and U matrices are parameters of the solution and can be set arbitrarily to any non-zero value. Therefore to find the unique LU decomposition, it is necessary to put some restriction on L and U matrices. For example, we can require the lower triangular matrix L to be a unit one (i.e. set all the entries of its main diagonal to ones). Then the system of equations has the following solution: Substituting these values into the LU decomposition above:

Sparse matrix decomposition


Special algorithms have been developed for factorizing large sparse matrices
Sparse matrix

In the mathematics subfield of numerical analysis a sparse matrix is a matrix populated primarily with zeros .Conceptually, sparsity corresponds to systems which are loosely coupled....
. These algorithms attempt to find sparse factors L and U. Ideally, the cost of computation is determined by the number of nonzero entries, rather than by the size of the matrix.

These algorithms use the freedom to exchange rows and columns to minimize fill-in (entries which change from an initial zero to a non-zero value during the execution of an algorithm).

General treatment of orderings that minimize sparsity can be addressed using graph theory
Graph theory

In mathematics and computer science, graph theory is the study of graph : mathematical structures used to model pairwise relations between objects from a certain collection....
.

Applications


Solving linear equations

Given a matrix equation

we want to solve the equation for a given A and b. In this case the solution is done in two logical steps:
  1. First, we solve the equation for y
  2. Second, we solve the equation for x.


Note that in both cases we have triangular matrices (lower and upper) which can be solved directly using forward and backward substitution without using the Gaussian elimination
Gaussian elimination

In linear algebra, Gaussian elimination is an efficient algorithm for solving system of linear equations, finding the Rank of a matrix , and calculating the inverse of an invertible matrix....
 process (however we need this process or equivalent to compute the LU decomposition itself). Thus the LU decomposition is computationally efficient only when we have to solve a matrix equation multiple times for different b; it is faster in this case to do an LU decomposition of the matrix A once and then solve the triangular matrices for the different b, than to use Gaussian elimination each time.

Inverse matrix

The matrices L and U can be used to calculate the matrix inverse
Invertible matrix

In linear algebra, an n-by-n matrix A is called invertible or non-singular if there exists an n-by-n matrix B such that...
 by:

Computer implementations that invert matrices sometimes use this approach.

Determinant


The matrices and can be used to compute the determinant
Determinant

In algebra, a determinant is a function depending on n that associates a scalar , det, to an n?n square matrix A. The fundamental geometric meaning of a determinant is a scale factor for measure when A is regarded as a linear transformation....
 of the matrix very quickly, because det(A) = det(L) det(U) and the determinant of a triangular matrix is simply the product of its diagonal entries. In particular, if L is a unit triangular matrix, then

The same approach can be used for LUP decompositions. The determinant of the permutation matrix P is (-1)S, where is the number of row exchanges in the decomposition.

See also

  • Block LU decomposition
    Block LU decomposition

    In linear algebra, a Block LU decomposition is a decomposition of a block matrix into a lower block triangular matrix L and an upper block triangular matrix U....
  • Cholesky decomposition
    Cholesky decomposition

    In linear algebra, a subfield of mathematics, the Cholesky decomposition is a matrix decomposition of a symmetric matrix, positive-definite matrix matrix into a lower triangular matrix and the transpose of the lower triangular matrix....
  • Matrix decomposition
    Matrix decomposition

    In the mathematics discipline of linear algebra, a matrix decomposition is a factorization of a matrix into some canonical form. There are many different matrix decompositions; each finds use among a particular class of problems....
  • LU Reduction
    LU reduction

    LU reduction is an algorithm related to LU decomposition. This term is usually used in the context of super computing and highly parallel computing....


External links

  • on MathWorld.
  • on Math-Linux.
  • is a C++ template library for linear algebra: vectors, matrices, and related algorithms.
  • is a collection of FORTRAN subroutines for solving dense linear algebra problems
  • includes a partial port of the LAPACK to C++, C#, Delphi, etc.
  • performs LU decomposition
  • at Holistic Numerical Methods Institute
  • by Ed Pegg, Jr.
    Ed Pegg, Jr.

    Ed Pegg, Jr. is an expert on mathematical puzzles and is a self-described recreational mathematician. He creates puzzles for the Mathematical Association of America online at Ed Pegg, Jr.'s Math Games....
    , The Wolfram Demonstrations Project, 2007.