Represents a JAS word polynomial ideal.
Methods for two-sided Groebner basees and others.
<b>Note:</b> watch your step: check that jython does not
reorder multiplication.
|
__init__(self,
ring,
ringstr="",
list=None)
Constructor for an ideal in a word polynomial ring. |
source code
|
|
|
__str__(self)
Create a string representation. |
source code
|
|
|
GB(self)
Compute a two-sided Groebner base. |
source code
|
|
|
twosidedGB(self)
Compute a two-sided Groebner base. |
source code
|
|
|
isGB(self)
Test if this is a two-sided Groebner base. |
source code
|
|
|
isTwosidedGB(self)
Test if this is a two-sided Groebner base. |
source code
|
|
|
|
|
__eq__(self,
other)
Test if two ideals are equal. |
source code
|
|
|
sum(self,
other)
Compute the sum of this and the other ideal. |
source code
|
|