4.6.1.2 FractionalIdeal Objects

class FractionalIdeal
FractionalIdeal( number_field, T, data)

Instances of class FractionalIdeal have the following methods (in addition to inherited methods and special methods):

generators,$  $ integral_basis

These methods are defined as follows:

generators( )

Two elements that generate the ideal. The first is an integer and the second is a Z-linear combination of the chosen basis for O_K. OUTPUT: tuple - (p, v)

integral_basis( )

Integral basis (over Z), which need not be in Hermite normal form.

See About this document... for information on suggesting changes.