Module jas :: Class SubModule
[hide private]
[frames] | no frames]

Class SubModule

source code

Represents a JAS sub-module over a polynomial ring.

Methods to compute Groebner bases.

Instance Methods [hide private]
 
__init__(self, module, modstr="", list=None)
Constructor for a sub-module.
source code
 
__str__(self)
Create a string representation.
source code
 
GB(self)
Compute a Groebner base.
source code
 
isGB(self)
Test if this is a Groebner base.
source code
 
isSyzygy(self, g)
Test if this is a syzygy of the vectors in g.
source code
 
syzygy(self)
Compute syzygys of this module.
source code