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

Function

EchelonForm ( elt-alg^mat X ) -> elt-alg^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,3,3,[2,-3,1,5,7,1,1,3,5]); EchelonForm(x_m);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group