|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Art of Mathematics |
Help 6.4∑ or Sum — sum of series1. InterfaceFull version of the command looks like:
or:
where index is summation index, start — index start value, finish — index finish value (inclusive), step — index step, expression — expression to evaluate for every index value and sum up. If the index step is 1, which is usually the case, it could be omitted:
2. How to useFor instance:
is equivalent to
and
is equivalent to
Double summation can be written down as nested sums:
which is equivalent of
If step parameter is used, its sign makes no difference — step sign always evaluated from comparison of start and finish, if start is greater, the step sign is positive, if finish is greater than start then step sign is negative. 3. SupportSum of series is supported in professional version of the Librow calculator. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|