A triangular matrix of the form
(1)
|
Written explicitly,
(2)
|
A matrix
can be tested to determine if it is lower triangular in the Wolfram
Language using LowerTriangularMatrixQ[m].
A strictly lower triangular matrix is a lower triangular matrix having 0s along the diagonal
as well, i.e.,
for
.