uMatrix Transposition

[OPTN]-[MAT]-[Trn]

A matrix is transposed when its rows become columns and its columns become rows.

Example

To transpose the following matrix:

12

Matrix A = 3 4

56

K2(MAT)4(Trn)1(Mat)

av(A)w

uRow Echelon Form

[OPTN]-[MAT]-[Ref]

This command uses the Gaussian elimination algorithm to find the row echelon form of a matrix.

Example

To find the row echelon form of the following matrix:

1 2 3

Matrix A =

4 5 6

K2(MAT)6(g)4(Ref)

6(g)1(Mat)av(A)w

2-54