| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
BinomialCoefficient Command
Syntax
BinomialCoefficient[Number n, Number r]
Action
Computes binomial coefficient Failed to parse (Missing texvc executable; please see math/README to configure.): n
over Failed to parse (Missing texvc executable; please see math/README to configure.): r
, i.e n!/(r!(n-r)!).
Notes
Both n and r mus be positive integers. To compute the binomial coefficient for arbitrary Failed to parse (Missing texvc executable; please see math/README to configure.): n
and positive integer Failed to parse (Missing texvc executable; please see math/README to configure.): r one can use Product[Sequence[(n-k+1)/k,k,1,r]]