CoCoA:Product
From ApCoCoAWiki
Product
the product of the elements of a list
Description
This function returns the product of the objects in the list L.
Example
Use R ::= Q[x,y]; Product([3,x,y^2]); 3xy^2 ------------------------------- Product(1..40) = Fact(40); TRUE -------------------------------
Syntax
Product(L:List):OBJECT
<type>ideal</type> <type>integer</type> <type>list</type> <type>matrix</type> <type>polynomial</type> <type>rat</type> <type>ratfun</type> <type>vector</type> <type>zmod</type>