echelon ( matrix -- matrix' )


Vocabulary
math.matrices.elimination

Inputs
matrixa sequence


Outputs
matrix'a sequence


Word description
Computes the reduced row-echelon form of the matrix.

Definition