Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: M - P
> PROD
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
Learn more about matrix/array functions
.
This site works best with JavaScript enabled