next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
directory
|
Macaulay 2 web site
Macaulay2Doc
>
The Macaulay 2 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)
-- apply binary operator repeatedly
fold(Function,VisibleList)
-- apply binary operator repeatedly
fold(VisibleList,Function)
-- apply binary operator repeatedly
fold(VisibleList,Thing,Function)
-- apply binary operator repeatedly