MULTINOMIAL
Last updated
Was this helpful?
Last updated
Was this helpful?
The function MULTINOMIAL takes a List of Numbers in the form [n1, n2, n3,...nm] and returns every Number in the given List divided by the product of the factorial of every number in the given List.
This function takes a of as input. It returns another Number: the factorial of the sum of every Number in the given List divided by the product of the factorial of every Number in the given List.
list_of_numbers (required, type: a List
of Numbers
) A List of Numbers. There is no upper limit to the number of items that can occupy this List.
number (required, type: Number
) The factorial of the sum of every Number in the given List divided by the product of the factorial of every number in the given List.
The following example takes the List [1, 2, 3] and returns the multinomial: