![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
Module -- the class of all modules
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 (if
there is a nonzero relation) and the matrix of generators is stored as
M.generators (if the submodule is smaller than the free module).
Elements of modules are implemented as instances of the class Vector.
See also:
The type Module is a member of the class Type.
Each object of class Module is called a module.
Each module is also a member of class Type.
Making a module :
Methods for using a module :
![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)