GroebnerBasis::coef
PolynomialReduce::coef
GroebnerBasis`GroebnerWalk`GroebnerWalk::coef
GroebnerBasis`DistributedTermsList::coef
An error occurs in this example because the value of the CoefficientDomain option is not valid.
PolynomialReduce[1 + 4 x, {2 + 3x, 3 + 4x}, CoefficientDomain -> Integers[2, 3, 4]]This shows a valid value for the CoefficientDomain option.
PolynomialReduce[1 + 4 x, {2 + 3x, 3 + 4x}, CoefficientDomain -> Integers]