The SERIESSUM function is one of the math and trigonometry functions. It is used to return the sum of a power series.
Syntax
SERIESSUM(x, n, m, coefficients)
The SERIESSUM function has the following arguments:
Argument | Description |
---|
x | The input value to the power series. |
n | The initial power to which you want to raise x. |
m | The step by which you want to increase n for each term in the series. |
coefficients | Coefficients by which each successive power of x is multiplied. The number of coefficients determines the number of terms in the power series. |
Notes
How to apply the SERIESSUM function.
Examples
The figure below displays the result returned by the SERIESSUM function.
