MatrixExpression

MatrixExpression -- a type of Expression representing a matrix.

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

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

o1 : MatrixExpression

See also Table.


topindexpreviousupnext