SERIESSUM (PQL - xl)
This function returns the sum of a power series
- Library: PQL \ Spreadsheet \ Math & Trig
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
- Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions
Syntax
SERIESSUM(x, n, m, coefficients)
Function Arguments
Name | Description | Type | Optional |
x | Value to evaluate in the power series | Number |
|
n | Power to which to raise x | Number |
|
m | Step by which to increase n for each term in the series | Number |
|
coefficients | Set of coefficients for the series (the values of a1, a2, ... ai) | CellRange |
|
Comments
This function is the same as the Microsoft Excel 'SERIESSUM' function - using the same inputs, logic and outputs.