WLJS LogoWLJS Notebook

LowerTriangularMatrix

LowerTriangularMatrix[lmat] converts the lower triangular matrix lmat to a structured array.

Examples

Create a lower triangular matrix:

LowerTriangularMatrix[{{1}, {2, 3}, {4, 5, 6}}]

Please visit the official Wolfram Language Reference for more details.

On this page