Previous Up Next

11.1.2  Binomial coefficients

The comb or nCr command computes the binomial coefficients.

Example

comb(5,2)
     
10           
Remark.

The binomial command (see Section 18.4.3) can also compute the binomial coefficients, but unlike comb and nCr it can take an optional third argument, a real number a, to compute the binomial distribution.


Previous Up Next