h = quotient'(f, g)
h = g \\ f
This function produces a matrix h such that f - h*g is the reduction of f modulo a Gröbner basis for the image of dual g. See quotient for the dual notion.
If the remainder f - h*g is zero, then the quotient g\f satisfies the equation f === (g\f) * g. Otherwise, the equation h * g + r === f will hold, where r is the map provided by remainder'.
|
|
|
|
|
|
|
Note, however, that currently the function remainder' only works if the source and target modules are free.
|
|
|
|
|
|
|
The object quotient' is a method function with options.
The source of this document is in Macaulay2Doc/functions/quotient-remainder-doc.m2:183:0.