Triangular Matrix
Definition1
A matrix with all elements above the main diagonal being is called a lower triangular matrix.
A matrix with all elements below the main diagonal being is called an upper triangular matrix.
Especially, a triangular matrix with all main diagonal elements being is called a strictly (upper/lower) triangular matrix.
Description
For example, let’s say is . If is a lower triangular matrix, then
If it is an upper triangular matrix, then it is as follows.
According to the definition, a diagonal matrix is both a lower triangular matrix and an upper triangular matrix.
Properties
The transpose of a lower triangular matrix is an upper triangular matrix, and the transpose of an upper triangular matrix is a lower triangular matrix.
The product of lower triangular matrices is a lower triangular matrix, and the product of upper triangular matrices is an upper triangular matrix.
A necessary and sufficient condition for a triangular matrix to be invertible is that all main diagonal elements are not .
The inverse of an invertible lower triangular matrix is a lower triangular matrix, and the inverse of an invertible upper triangular matrix is an upper triangular matrix.
A strictly triangular square matrix is nilpotent. (The converse is not true)
Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p21 ↩︎