Matrix - Triangular
A triangular matrix is a square matrix that has all its entries either above or below the main diagonal equal to zero.
Types
There are two types of triangular matrices:
- Upper Triangular Matrix: A matrix is called upper triangular if all the entries below the main diagonal are zero. For example, the following matrix is upper triangular:
- Lower Triangular Matrix: A matrix is called lower triangular if all the entries above the main diagonal are zero. For example, the following matrix is lower triangular:
Properties
Determinant
The determinant of a triangular matrix is the product of its diagonal entries. For example, for the upper triangular matrix above, the determinant is:
Eigenvalues
The eigenvalues of a triangular matrix are the entries on its main diagonal.