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}}]Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.