Mathematica >

SeriesCoefficient

Updated In 7 Graphic
SeriesCoefficient[series, n]
finds the coefficient of the n^(th)-order term in a power series in the form generated by Series.
SeriesCoefficient[f, {x, x0, n}]
finds the coefficient of (x-x_0)^n in the expansion of f about the point x=x_0.
SeriesCoefficient[f, {x, x0, nx}, {y, y0, ny}, ...]
finds a coefficient in a multivariate series.
  • The following options can be given:
Assumptions$Assumptionsassumptions to make about parameters
MethodAutomaticmethod to use
New in 3 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team