next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
sum(VisibleList,Function)
sum(VisibleList,Function) -- sum results of applying a function
Synopsis
Function:
sum
Description
sum(v,f)
yields the sum of the expressions obtained by applying
f
to each of the elements of the list or sequence
v
.
i1 : sum(1 .. 10, i -> i^2) o1 = 385
See also
sum
-- compute the sum
Ways to use this method:
sum(VisibleList,Function)
-- sum results of applying a function