Matrix Notation (MATRIX-END MATRIX command)

To write a matrix explicitly:

  • Enclose the matrix within braces ({}).
  • Separate the elements of each row by commas.
  • Separate the rows by semicolons.
  • String elements must be enclosed in either quotes, as is generally true in the command language.