Macaulay2 » Documentation
Packages » Macaulay2Doc :: product(List)
next | previous | forward | backward | up | index | toc

product(List) -- product of elements

Synopsis

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: