Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2490

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 80799822 *}

i1 : accumulate(identity, {a,b,c,d,e})

o1 = {(a, b), ((a, b), c), (((a, b), c), d), ((((a, b), c), d), e)}

o1 : List

i2 : accumulate(plus, 0 .. 10)

o2 = (1, 3, 6, 10, 15, 21, 28, 36, 45, 55)

o2 : Sequence

i3 :