Operation Manual

Chapter 10: Matrices 157
iPart(
matrix)
fPart(
matrix)
int(
matrix)
Using the MATRX MATH Operations
MATRX MATH Menu
To display the MATRX MATH menu, press y~.
Note: Use Catalog Help for more syntax help when needed. To use Catalog Help, select a menu item
and then press Ã.
NAMES MATH EDIT
1: det(
Calculates the determinant.
2:
T
Transposes the matrix.
3: dim(
Returns the matrix dimensions.
4: Fill(
Fills all elements with a constant.
5: identity(
Returns the identity matrix.
6: randM(
Returns a random matrix.
7: augment(
Appends two matrices.
8: Matr4list(
Stores a matrix to a list.
9: List4matr(
Stores a list to a matrix.
0: cumSum(
Returns the cumulative sums of a matrix.
A: ref(
Returns the row-echelon form of a matrix.
B: rref(
Returns the reduced row-echelon form.
C: rowSwap(
Swaps two rows of a matrix.
D: row+(
Adds two rows; stores in the second row.
E: row(
Multiplies the row by a number.
F: row+(
Multiplies the row, adds to the second row.