Prod Function
Products of all elements of a list
Description
The function \(Prod\) computes the product of multiplication of all elements of a list
Syntax
Prod (List)
Example
a=[3,6,7,8]
Prod(a)= 1008
Products of all elements of a list
The function \(Prod\) computes the product of multiplication of all elements of a list
Prod (List)
a=[3,6,7,8]
Prod(a)= 1008