Command Reference
:
Matrix Language Reference
@implode
Matrix General Functions
Create sym from lower triangle of square matrix
Syntax:
@implode
(
m
)
m
: matrix
Return: sym
Forms a sym by copying the lower triangle of a square input matrix,
m
. Note that this function does not check for symmetry.
Examples
sym s2 = @implode(m1)
See also
@explode
.