Index
Evaluation of finite sums
Command sum(f,i,m,n) evaluates a sum of expression f. The expression should depend
on variable i. ArtSGraph calculates items of the sum by substituting variable i with integer
values: i = m, m + 1, ..., n -1,n.
Example:
sum(n^2,n,1,10)
385.