echelon ( matrix -- matrix' ) (original) (raw)
Vocabulary
math.matrices.elimination
Inputs
matrix | a sequence |
---|
Outputs
matrix' | a sequence |
---|
Word description
Computes the reduced row-echelon form of the matrix.
Definition
: echelon ( matrix -- matrix' ) [ 0 0 (echelon) ] with-matrix ;