TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

EchelonForm ( elt-mdl^mat X ) -> elt-mdl^mat, elt-alg^mat

Optional Arguments

Resultselt-ord^rat1 <= Results <= 2

Description

The echelon form E of X, together with an invertible transformation matrix T such that E = T * X.

Examples

x_m:=Matrix(Z,2,3,[1,2,3,4,5,6]); EchelonForm(x_m);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group