The Art of Mathematics

Help 6.4

or Sum — sum of series

1. Interface

Full version of the command looks like:

(index, start, finish, step, expression);

or:

Sum(index, start, finish, step, expression);

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:

(index, start, finish, expression);

2. How to use

For instance:

(k, 2, 8, 1/k);

is equivalent to

1/2+1/3+1/4+1/5+1/6+1/7+1/8

and

Sum(k, 2, 8, 2, 1/k);

is equivalent to

1/2+1/4+1/6+1/8

Double summation can be written down as nested sums:

(k, 1, 2, (n, 3, 4, k*n));

which is equivalent of

1*3+1*4+2*3+2*4

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. Support

Sum of series is supported in professional version of the Librow calculator.

Function 1
or sqrt
Function 2
Γ or Gamma
Function 3
or Prod
Function 4
or Sum
Function 5
abs
Function 6
arccos
Function 7
arccot or arcctg
Function 8
arccsc or arccosec
Function 9
arcosh or arch
Function 10
arcoth or arcth
Function 11
arcsch
Function 12
arcsec
Function 13
arcsin
Function 14
arctan or arctg
Function 15
arg
Function 16
arsech or arsch
Function 17
arsinh or arsh
Function 18
artanh or arth
Function 19
ceil
Function 20
conj
Function 21
cos
Function 22
cosh or ch
Function 23
cot or ctg
Function 24
coth or cth
Function 25
csc or cosec
Function 26
csch
Function 27
exp
Function 28
fact
Function 29
floor
Function 30
I
Function 31
im
Function 32
J
Function 33
K
Function 34
ln
Function 35
log or lg
Function 36
^
Function 37
rand
Function 38
re
Function 39
sec
Function 40
sech
Function 41
sign
Function 42
sin
Function 43
sinh or sh
Function 44
tan or tg
Function 45
tanh or th
Function 46
Y
© 2007–2024 Librow

AltStyle によって変換されたページ (->オリジナル) /