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

Class Module

source code

Represents a JAS module over a polynomial ring.

Method to create sub-modules.

Instance Methods [hide private]
 
__init__(self, modstr="", ring=None, cols=0)
Module constructor.
source code
 
__str__(self)
Create a string representation.
source code
 
submodul(self, modstr="", list=None)
Create a sub-module.
source code
 
element(self, poly)
Create an element from a string or object.
source code
 
gens(self)
Get the generators of this module.
source code
 
inject_variables(self)
Inject generators as variables into the main global namespace
source code