4.4.1.3 Ideal Objects

class Ideal
Ideal( )

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

composite,$  $ conjugate,$  $ intersection

These methods are defined as follows:

composite( other)

Return the product (=composition) of ideals self and other.

conjugate( )

Return the conjugate ideal.

intersection( other)

Return the intersection of ideals self and other.

Instances of class Ideal also have the following special methods:

__mul__( other)

Return the product (=composition) of ideals self and other.

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