Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » lists and sequences » product » product(List)
next | previous | forward | backward | up | index | toc

product(List) -- product of elements

Description

product v yields the product of the elements in the list v.

i1 : product {1,2,3,4,5}

o1 = 120

Ways to use this method:


The source of this document is in Macaulay2Doc/functions/product-doc.m2:19:0.