ExtendedPolynomialReduction(C, E, R)ΒΆ
extred.spad line 1 [edit on github]
C: GcdDomain
R: Join(FiniteAbelianMonoidRing(C, E), VariablesCommuteWithCoefficients)
ExtendedPolynomialReduction(C
, E
, R
) is a package that allows denominatorFree reductions of a polynomial r
from R
wrt
a list of polynomials from R
(usually such a list is a Groebner basis wrt
the order given via E
). Additionally, the reduction steps are recorded and provided in the output.