Upper and Lower Triangular Matrices
Description
A detailed tutorial on upper and lower triangular matrices. Step by step tutorial including several examples of triangular matrices for reference.
Overview
A triangular matrix is a kind of square matrix where an element above or below the main diagonal is 0. This gives the true elements of the matrix a triangle shape, which is how it got its name. An upper triangular matrix is sometimes called a right triangular matrix. The matrix is up in the right upper corner, and the 0 element is in the lower left corner. A lower triangular matrix is sometimes called a left triangular matrix. The matrix is in the left bottom corner, and the 0 element is in the upper right corner.

November 5, 2009
No Comments











