Module
Module
-- the class of all modules which are handled
by the engine.
The most general module M is represented as a submodule of a
quotient module of a free module F. The matrix of relations used to
produce the quotient module is stored as
M.relations
and the matrix of generators is stored as M.generators
.
Functions which create modules:
Tests:
Operations on modules:
Operations on elements of modules:
See also Vector.
Go to main index.
Go to concepts index.