PROD

Returns the product of the elements of a matrix by performing a matrix reduction using multiplication.

Format

PROD (M)

Argument

 
M
A matrix.

Example

The following example illustrates the use of the PROD function:
 
Function
PROD({2, 3, 4})
Result
24