2,785 bytes added
, 02:44, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''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.
</div>
----
<div id="1SpaceContent" class="zcontent" align="left">
It returns the sum of a power series -
SERIES(X, n, m, k) =a<sub>1</sub>X<sup>n </sup>+ a<sub>2</sub>X<sup>(n+m)</sup> + a<sub>3</sub>X<sup>(n+2m)</sup>
+.......+a<sub>i</sub>X<sup>(n+(i-1)m)</sup>
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
If any parameters is nonnumeric, SERIESSUM returns NaN.
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
SERIESSUM
</div></div>
----
<div id="8SpaceContent" class="zcontent" align="left">
Lets see an example in (Column3, Row1)
<nowiki>=SERIESSUM(R1C1, 0, 4, R3C1:R4C1)</nowiki>
SERIESSUM returns 0.135294.
</div>
----
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
----
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
----
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
----
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
----
<div id="2SpaceContent" class="zcontent" align="left">
{| id="TABLE3" class="SpreadSheet blue"
|- class="even"
| class=" " |
| Column1
| class=" " | Column2
| class=" " | Column3
| Column4
|- class="odd"
| class=" " | Row1
| class=" " | 0.5
| class=" " |
| class=" " |
| class=" " |
|- class="even"
| class=" " | Row2
| class=" sshl_f " | 0.126
| class=" " |
| class=" " |
| class=" " |
|- class="odd"
| Row3
| class=" " | 0.1487
| class=" " |
| class=" " |
| class=" " |
|- class="even"
| Row4
| class="sshl_f" | 0.135294
| class=" " |
| class=" " |
| class=" " |
|- class="odd"
| class=" " | Row5
| class=" SelectTD ChangeBGColor SelectTD" |
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]] </div>
| class=" " |
| class=" " |
| class=" " |
|- class="even"
| Row6
| class=" " |
| class=" " |
| class=" " |
| class=" " |
|}
<div align="left">[[Image:calci1.gif]]</div></div>
----