Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Polynomial Algebra >

Coefficient

Coefficient[expr, form]
gives the coefficient of form in the polynomial expr.
Coefficient[expr, form, n]
gives the coefficient of form^n in expr.
  • Coefficient picks only terms that contain the particular form specified. x^2 is not considered part of x^3.
  • form can be a product of powers.
  • Coefficient[expr, form, 0] picks out terms that are not proportional to form.
  • Coefficient works whether or not expr is explicitly given in expanded form.
New in 1 | Last modified in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team