PolynomialReduce
Usage Message: PolynomialReduce[poly, {poly1, poly2, ... }, {x1, x2, ... }] yields a list representing a reduction of poly in terms of the polyi. The list has the form {{a1, a2, ... }, b}, where b is minimal and a1 poly1 + a2 poly2 + ... + b is exactly poly. Attributes[PolynomialReduce] = {Protected} Options: CoefficientDomain
-> Rationals Modulus
-> 0 MonomialOrder
-> Lexicographic ParameterVariables
-> {} Sort
-> False Notes:
Additional Online Documentation:
Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/PolynomialReduce.html
Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/PolynomialReduce.html
Questions or comments? Send email to support@wolfram.com.
| |