|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CoefficientRules
CoefficientRules[poly, {x1, x2, ...}]
gives the list
of exponent vectors and coefficients for the monomials in poly with respect to the
.
CoefficientRules[poly, {x1, x2, ...}, order]
gives the result with the monomial ordering specified by order.
Details and OptionsDetails and Options
- CoefficientRules works whether or not poly is explicitly given in expanded form.
- CoefficientRules[poly] is equivalent to CoefficientRules[poly, Variables[poly]].
- Possible settings for order are the same as in MonomialList.
- The default order is
. - CoefficientRules[poly, vars, Modulus ->m] computes the coefficients modulo m.
- CoefficientRules[poly, All, order] is the same as CoefficientRules[poly, Variables[poly], order].
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Get exponents and coefficients of monomials:
| In[1]:= |
| Out[1]= |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
