Products
Finite Products
compute an indexed product
product (k+2)/k, k=1..25
product j^3, j=1 to n
multiply an incompletely specified sequence of terms
2 * 4 * 6 * ... * 36
Infinite Products
compute an infinite product
product (1-1/k^4), k=2 to infinity
product (1-z^2/n^2), n=1..oo
Product Representations
find product representations for a function
