PolynomialReduce
Usage
• PolynomialReduce[poly, { , , ... }, { , , ... }] yields a list representing a reduction of poly in terms of the . • The list has the form {{ , , ... }, b}, where b is minimal and + + ... + b is exactly poly.
Notes
• The polynomial b has the property that none of its terms are divisible by leading terms of any of the  . • If the  form a Gröbner basis then this property uniquely determines the remainder obtained from PolynomialReduce.
| MonomialOrder | Lexicographic | the criterion used for ordering monomials | | CoefficientDomain | Rationals | the type of objects assumed to be coefficients | | Modulus | 0 | the modulus for numerical coefficients |
• New in Version 3.
|