[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Module Access

Module Access

The following functions access simple properties of a module M.

Generic(M) : ModMPol -> ModMPol
Given a module M, return the generic (or full) module containing M.
CoefficentRing(M) : ModMPol -> ModMPol
BaseRing(M) : ModMPol -> ModMPol
Given a module M, return the coefficient ring P of M (the multivariate polynomial ring or quotient ring over which M is defined).
Degree(M) : ModMPol -> RngIntElt
Given a module M, return the degree of M.
QuotientRelations(M) : ModMPol -> [ ModMPol ]
Given a module M, return the quotient relations of M as a sorted sequence of elements (a Gröbner basis) of the generic free module corresponding to M. If M is free, the empty sequence is returned.
[Next] [Prev] [Right] [Left] [Up] [Index] [Root]