4.5.1.3 Ideal Objects

class Ideal
Ideal( )

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

composite,$  $ conjugate,$  $ intersection

Further documentation:

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 functions:

__mul__

Further documentation:

__mul__( other)

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

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