next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
product(List)
product(List) -- product of elements
Synopsis
Function:
product
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:
product(List)
-- product of elements