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

Function

FactorBasis ( fld^num K, elt-ord^rat b ) -> seq()

Description

An ideal factor basis, with norm bound b, for the number field K.

Examples

x_QX:=PolynomialAlgebra(Q); x_f:=x_QX.1^2+x_QX.1+2; x_F:=NumberField(x_f); FactorBasis(x_F,2);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group