Combinations:

Path: Math/Probability

% The number of combinations of r articles in n samples.
--------------------------------------------------------------------------
   Form:
   c = Combinations( r, n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r               (1,1)    Number of articles
   n               (1,1)    Number of samples

   -------
   Outputs
   -------
   c               (1,1)    Combinations

--------------------------------------------------------------------------

Children:

Math: Linear/Factorl

Back to the Math Module page