up previous next
MinimalPresentation

minimal presentation for a quotient

Syntax
MinimalPresentation(Q:TAGGED):TAGGED

where Q is a quotient module of the type R^s/M

Description
***** NOT YET IMPLEMENTED *****

Given a quotient module of the type Rs/M, or a zero module, this function computes an isomorphic quotient, Rt/N, minimally presented [using the algortihm in Kreuzer-Robbiano II].

Example
  Use R ::= QQ[x,y,z];
  MinimalPresentation(R^3/Module([[x,1,1], [x,2,2]]));
R^2/Module([[x, 0]])
-------------------------------