Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

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 (times, 1, 1 .. 10)

o2 = (1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800)

o2 : Sequence

i3 :