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

Function

Minimum ( elt-fld^fun a, ord^fun O ) -> elt-rng, elt-rng

Optional Arguments

Resultselt-ord^rat1 <= Results <= 2

Description

A generator of the ideal R meet d*a*O where R is the coefficient ring of O and d is the denominator of a wrt O (d is the second return value).

Examples

x_QX := PolynomialAlgebra(Q); x_QY := PolynomialAlgebra(x_QX); x_f := x_QY.1^2+2; x_ff := FunctionField(x_f); x_ffoe := PrimitiveElement(MaximalOrderFinite(x_ff)); Minimum(x_ff.1, x_ffoe);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group