Using the Action Menu
To display the upper triangular matrix
Menu Item: [VAR][CAP][R][EXE]
uswap
Function: Swaps two rows of a matrix.
Syntax: swap (Mat, row
Example: To swap row 1 with row 2 of the matrix [[1,2] [3,4]]
Menu Item:
umRow
Function: Multiplies the elements of a specific row in a matrix by a specific expression.
Syntax: mRow (Exp, Mat, row number [ ) ]
Example: To multiply row 1 of the matrix [[1,2] [3,4]] by x
Menu Item:
umRowAdd
Function: Multiplies the elements of a specific row in a matrix by a specific expression, and then adds the result to another row.
Syntax: mRowAdd (Exp, Mat, row
Example: To multiply row 1 of the matrix [[1,2] [3,4]] by x, and then add the result to row 2
Menu Item:
20050501