| Upper Triangular |
Website Links For Matrix |
Information AboutUpper Triangular |
| CATEGORIES ABOUT TRIANGULAR MATRIX | |
| numerical linear algebra | |
| matrices | |
|
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''. DESCRIPION A matrix of the form : 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'''. Certain operations on triangular matricies conveniently preserve the triangular form. For example: The product of two upper triangular matricies is upper triangular. The inverse of an upper triangular matrix is upper triangular. Likewise for matricies that are all lower triangular. However note that the product of a ''lower'' triangular with an ''upper'' triangular matrix does ''not'' preserve triangularity. SPECIAL FORMS 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. (''However, a ''normed'' matrix is not the same as a '' Normal Matrix '', and a ''unit'' matrix is not the same as '''the''' '' Unit Matrix ''.) A Gauss Matrix is a special form of a ''normed'' triangular matrix, where all of the off-diagonal entries are zero, except for the entries in one column. Such a matrix is also called '''atomic''' upper/lower triangular or ''' 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. SPECIAL PROPERTIES 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.
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 Eigenvalue s 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. GENERALIZATIONS Because the product of two upper triangular matrices is again upper triangular, the set of upper triangular matrices forms an Algebra . Algebras of upper triangular matrices have a natural generalization in Functional Analysis which yields Nest Algebra s on Hilbert Space s. 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 . Upper triangular matrices stabilize the Standard Flag , so the abstract (without a basis) analog of upper triangular matrices are the stabilizer of a complete Flag , or alternatively a Borel Subgroup . The abstract analog of block upper triangular matrices are the stabilizer of a partial Flag , or alternatively a Parabolic Subgroup . Lower triangular matrices stabilize the flag generated by (the standard basis in reverse order). More generally, in a basis adapted to a complete Flag , lower triangular matrices are the stabilizer of the orthogonal flag (given by ). EXAMPLES The matrix : is upper triangular and : is lower triangular. The matrix : is atomic lower triangular. Its inverse is : 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. This process is called back substitution. SEE ALSO |
|
|