Owner manual

The Matrix commands use the matrix variables M0-M9 as
arguments.
Matrix Commands
ADDCOL Add Column. Inserts values into a column before
columnjiumber in the specified matrix You enter the values as
a vector. The values must be separated by commas and the
number of values must be the same as the number of rows in
the matrix name.
ADDCOL name; [value^, . . , valuej ;
column number
ADDROW
DELCOL
DELROW
EDITMAT
Add Row. Inserts values into a row before rowjiumber in the
specified matrix You enter the values as a vector. The values
must be separated by commas and the number of values must
be the same as the number of columns in the matrix name.
ADDROW name; [value^ , , value^] ;row_number
Delete Column. Deletes the specified column from the specified
matrix
DELCOL name;column_number
Delete Row. Deletes the specified row from the specified matrix.
DELROW name;row_number
Starts the Matrix Editor and displays the specified matrix.
Returns to the program when user presses {{OK}}.
EDITMAT name
Example EDITMAT Ml
Starts the Matrix Editor on matrix Ml.
8-18 Programming