next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 web site
Macaulay2Doc
>
The Macaulay2 language
>
lists and sequences
>
fold
fold -- apply binary operator repeatedly
See also
accumulate
-- apply binary operator repeatedly
Ways to use
fold
:
fold(Function,Thing,VisibleList)
fold(Function,VisibleList)
fold(VisibleList,Function)
fold(VisibleList,Thing,Function)