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

Function

Basis ( ord^num O ) -> seq()

Description

The current basis for order O (as a sequence of field elements) (or as elements of R if given).

Examples

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