next | previous | forward | backward | up | top | index | toc | home

MatrixExpression -- the class of all matrix expressions

Description

MatrixExpression is a type of Expression representing a matrix.

i1 : MatrixExpression {{a,b,c},{a,bb,ccc}}

o1 = | a   b   c  |
     |            |
     | a  bb  ccc |

o1 : Expression of class MatrixExpression

See also

For the programmer

The object MatrixExpression is a header type, with ancestor classes Expression < BasicList < Thing.