Manuals/calci/SERIESSUM

From ZCubes Wiki
Revision as of 21:44, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''SERIESSUM'''(X, n, m, Coefficients) where, '''X''' - represents the input value to the power series. n ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SERIESSUM(X, n, m, Coefficients)

where,

X - represents the input value to the power series.

n - represents the intial power to raise x.

m -represents the step to increase n for each term in the series.

Coefficient - represents the set of coefficients for each successive power of x is multiplied.


It returns the sum of a power series -

SERIES(X, n, m, k) =a1Xn + a2X(n+m) + a3X(n+2m)

+.......+aiX(n+(i-1)m)


If any parameters is nonnumeric, SERIESSUM returns NaN.


SERIESSUM


Lets see an example in (Column3, Row1)

=SERIESSUM(R1C1, 0, 4, R3C1:R4C1)

SERIESSUM returns 0.135294.


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 0.5
Row2 0.126
Row3 0.1487
Row4 0.135294
Row5
Row6