Changes

Jump to navigation Jump to search
Line 5: Line 5:  
*This function gives the multinomial of the values.  
 
*This function gives the multinomial of the values.  
 
*Multinomial means the ratio of the factorial of a sum of values to the product of factorials.  
 
*Multinomial means the ratio of the factorial of a sum of values to the product of factorials.  
*Multinomial of n set of numbers is defined by:<math> MULTINOMIAL(x1,x2,..xn)=\frac{(x1+x2+…+xn)}!{x1!x2!..xn!}</math>
+
*Multinomial of n set of numbers is defined by:<math> MULTINOMIAL(x1,x2,..xn)=\frac{(x1+x2+…+xn)!}{x1!x2!..xn!}</math>
 
This function gives the result as error when  
 
This function gives the result as error when  
 
  1.Any one of the  argument is nonnumeric.
 
  1.Any one of the  argument is nonnumeric.
 
  2.Any one of the argument is <0.
 
  2.Any one of the argument is <0.
 
*In MULTINOMIAL(x1,x2..) x1 is required.x2,x3,... ,are optional.
 
*In MULTINOMIAL(x1,x2..) x1 is required.x2,x3,... ,are optional.
      
==Examples==
 
==Examples==
writer
6,694

edits

Navigation menu