1 - 10 of 15 for CoefficientRulesSearch Results
CoefficientRules   (Built-in Mathematica Symbol)
CoefficientRules[poly, {x_1, x_2, ...}] gives the list {{e_11, e_12, ...} -> c_1, {e_21, ...} -> c_2, ...} of exponent vectors and coefficients for the monomials in poly with ...
FromCoefficientRules   (Built-in Mathematica Symbol)
FromCoefficientRules[list, {x_1, x_2, ...}] constructs a polynomial from a list of rules for exponent vectors and coefficients.
Finding the Structure of a Polynomial   (Mathematica Tutorial)
Finding the structure of polynomials written in expanded form. Here is a polynomial in two variables. This is the polynomial in expanded form.
Rearrange the Terms of a Polynomial   (Mathematica How To)
Mathematica provides many functions to group terms in a polynomial, extract and sort the monomials, display them in various ways, and even process them as arbitrary ...
MonomialList   (Built-in Mathematica Symbol)
MonomialList[poly] gives the list of all monomials in the polynomial poly. MonomialList[poly, {x_1, x_2, ...}] gives the list of monomials with respect to the variables x_i ...
Polynomial Orderings   (Mathematica Tutorial)
The leading term of a polynomial can be chosen in many different ways. For multivariate polynomials, sorting by the total degree of the monomials is often useful. Different ...
Coefficient   (Built-in Mathematica Symbol)
Coefficient[expr, form] gives the coefficient of form in the polynomial expr. Coefficient[expr, form, n] gives the coefficient of form^n in expr.
Polynomial Algebra   (Mathematica Guide)
Polynomial algorithms are at the core of classical "computer algebra". Incorporating methods that span from antiquity to the latest cutting-edge research at Wolfram Research, ...
Mathematica 7 represents another major achievement in Mathematica's long history of innovation in mathematics and algorithms. Building on the broad capabilities of ...
CoefficientList   (Built-in Mathematica Symbol)
CoefficientList[poly, var] gives a list of coefficients of powers of var in poly, starting with power 0. CoefficientList[poly, {var_1, var_2, ...}] gives an array of ...
1|2 Next

...