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