Difference between revisions of "Product"
Line 16: | Line 16: | ||
* [[CumProduct]] | * [[CumProduct]] | ||
* [[Sum]] | * [[Sum]] | ||
+ | * [[Array-reducing functions]] |
Revision as of 01:46, 27 January 2016
Product(X, I)
Returns the product of all of the elements of «X», along the dimension indexed by «I».
- Product(X: Array[I]; I: Index)
Examples
Index I := 1..10
Product(1 + 1/J, J) → 11
See Also
Comments
Enable comment auto-refresher