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

Quotient Modules

Subsections

Construction of Quotient Modules

quo<M | L> : ModTupRng, List -> ModTupRng
quo<M | L> : ModMat, List -> ModMat
Given an R-module M, construct the quotient module P = M/N, where N is the submodule generated by the elements of M specified by the list L. Each term L_i of the list L must be an expression defining an object of one of the following types:

The generators constructed for N consist of the elements specified by terms L_i together with the stored generators for submodules specified by terms of L_i.

The constructor returns the quotient module P and the natural homomorphism f : M -> P.

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