LoTri Function

Returns the bottom triangle of a matrix


Description

The Function \(LoTri\) returns the bottom triangle of a matrix.

By default, the lower triangle with the first diagonal is returned as a result. If a 0 is passed in the optional second parameter, the result is the lower triangle without diagonal.


Syntax

LoTri (Matrix)

Returns lower triangle including first diagonal

LoTri (Matrix, 0)

Returns lower triangle without diagonal

Example