Previous Up Next

6.40.27  Product: product mul

The product command can find the products of elements of an expression (see Section 6.40.27), the elements of a list (see Section 6.40.27), the elements of the columns of a matrix (see Section 6.45.6), and the term-by-term (Hadamard) product of two matrices (see Section 6.45.8).

Product of values of an expression: product

The product command can find the product of the values of an expression as the variable changes.
Here, mul is a synonym for product.


Examples.

Product of elements of a list: product

The product command can find the products of elements of a list.
For this, mul is a synonym for product.

(See also Section 6.45.8.)


Examples.


Previous Up Next