Product \prod

The product symbol \prod specifies a product of multiple terms. The symbol is a capital greek letter "Pi", so Pi for product.

Basic form i=0nfi\prod\limits_{i=0}^n f_i or i=0nfi\prod_{i=0}^n f_i

Parts:

Meaning: Multiply each term fif_i, starting at i=0i=0 and ending at i=ni=n. If the upper stop value is lower than the initial value, then the sum is 11, e.g. i=10=1\prod\limits_{i=1}^0 = 1.

Code: