Command Reference : Matrix Language Reference
  
 
@explode
Create square matrix from a sym matrix.
Syntax: @explode(s)
s: sym
Return: matrix
Creates a square matrix from a sym s, by duplicating the lower triangle elements into the upper triangle.
Examples
matrix m2 = @explode(s1)
Cross-references
See also @implode.