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

Function

HermiteForm ( elt-alg^mat X ) -> elt-alg^mat, elt-alg^mat

Optional Arguments

Resultselt-ord^rat1 <= Results <= 2
Alstring"LLL" or "Sort"
Optimizeelt-alg^boo
Integralelt-alg^boo

Description

The (row) hermite form E of the matrix X over a Euclidean Domain, together with an invertible transformation matrix T such that E = T * X.

Examples

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