The product operator is represented by the (N-ary product) symbol and is used to describe the operation of multiplying a sequence of expressions together. For example, the statement below represents the product of a sequence of three numbers.
In plain language, this means multiply the sequence of expressions together represented by starting from and iterating until . At each step, the element of the sequence is calculated by substituting the current value of into the expression. The sequence of expressions is shown below.
Expression | Variable |
---|---|
The expression on top of the product operator controls the length of the sequence being multiplied. Expanding the expressions as a product gives the following.
Multiplying the expression together gives the result of the operation.