SERIESSUM()

Syntax. SERIESSUM(x,n,m,coefficients)

Definition. SERIESSUM(x,n,m,{a1,a2,a3,a4,...,ak}) returns the sum of a power series:

y = a1xn + a2xn+m + a3xn+2m + a4xn+3m +...+ akxn+km

The number of values in coefficients determines the number of terms in the power series.

Arguments

  • x (required) The value of the independent variable for the power series.

  • n (required) The power of x in the first term.

  • m (required) The increment for n.

  • coefficients (required) An array of coefficients of the power series. The number of values in coefficients determines the number of terms in the power series. For example, if there are three values in coefficients, then there will be three terms in the power series.

Background. A power series is an infinite series in the ...

Get Microsoft® Excel® 2010 Formulas & Functions Inside Out now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.