[top][index]
search for:

MatrixExpression -- the class of all matrix expressions

The header type MatrixExpression is a member of the class HeaderType. Each object of class MatrixExpression is called a matrix expression. Each matrix expression is also a member of class Expression.

More general types (whose methods may also apply) :

  • Expression -- the class of all expressions
  • BasicList -- the class of all basic lists
  • 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 -- the class of all table expressions
  • Methods for using a matrix expression :

  • html MatrixExpression
  • mathML MatrixExpression
  • net MatrixExpression
  • texMath MatrixExpression
  • toString MatrixExpression
  • value MatrixExpression

  • [top][index]
    search for: