Previous Up Next

5.40.28  Product: product mul

The product command can find the products of elements of an expression (see Section 5.40.28), the elements of a list (see Section 5.40.28), the elements of the columns of a matrix (see Section 5.45.6), and the term-by-term (Hadamard) product of two matrices (see Section 5.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 5.45.8.)

Examples.


Previous Up Next