polynomialReduce
Reduce polynomials by division
Syntax
Description
returns the Polynomial Reduction of
r = polynomialReduce(p,d)p by d with respect to all
variables in p determined by symvar.
The input d can be a vector of polynomials.
also uses the specified monomial order in addition to the input arguments in
previous syntaxes. Options are r = polynomialReduce(___,'MonomialOrder',MonomialOrder)'degreeInverseLexicographic',
'degreeLexicographic', or
'lexicographic'. By default,
polynomialReduce uses
'degreeInverseLexicographic'.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2018a