Triangular matrix
From Wikipedia, the free encyclopedia
In the mathematical discipline of linear algebra, a triangular matrix is a special kind of square matrix where the entries below or above the main diagonal are zero. Because matrix equations with triangular matrices are easy to solve they are very important in numerical analysis. The LU decomposition gives an algorithm to decompose any invertible matrix A into a normed lower triangle matrix L and an upper triangle matrix U.
Contents |
[edit] Definition
A matrix
is called lower triangular matrix or left triangular matrix, and analogously a matrix of the form
is called upper triangular matrix or right triangular matrix.
A triangular matrix with zero entries on the main diagonal is strictly upper or lower triangular. All strictly triangular matrices are nilpotent.
If the entries on the main diagonal are 1, the matrix is termed unit upper/lower or normed upper/lower triangular. If, in addition, all the off-diagonal entries are zero except for the entries in one column, then the matrix is atomic upper/lower triangular; such a matrix is also called a Gauss (transformation) matrix. So an atomic lower triangular matrix is of the form
The inverse of an atomic triangular matrix is again atomic triangular. Indeed, we have
i.e. the off-diagonal entries are replaced by their opposites.
[edit] Notes
A matrix which is simultaneously upper and lower triangular is diagonal. The identity matrix is the only matrix which is both normed upper and lower triangular.
A matrix which is simultaneously triangular and normal, is also diagonal. This can be seen by looking at the diagonal entries of A*A and AA*, where A is a normal, triangular matrix.
The transpose of an upper triangular matrix is a lower triangular matrix and vice versa. The determinant of a triangular matrix equals the product of the diagonal entries, and the eigenvalues of a triangular matrix are the diagonal entries.
The variable L is commonly used for lower triangular matrix, standing for lower/left, while the variable U or R is commonly used for upper triangular matrix, standing for upper/right.
Generally, operations can be performed on triangular matrices within half of the time that is needed for the same operation on a general matrix.
[edit] Generalizations
The product of two upper triangular matrices is upper triangular, so the set of upper triangular matrices forms an algebra. Algebras of upper triangular matrices have a natural generalization in functional analysis which yields nest algebras on Hilbert spaces.
The set of invertible triangular matrices form a group, and is a subgroup of all invertible matrices. The set of 2 by 2 triangular matrices is called the parabolic subgroup; 3 by 3 and larger normed triangular matrices form the Heisenberg group. Both are examples of a Borel subgroup.
[edit] Examples
The matrix
is upper triangular and
is lower triangular.
The matrix
is atomic lower triangular and its inverse is
[edit] Application
A matrix equation in the form
or
is very easy to solve. The matrix equation Lx = b can be written as a system of linear equations
which can be solved by the following recursive relation
A matrix equation with an upper triangular matrix U can be solved in an analogous way.