Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Combinatorial Functions >

Binomial

Binomial[n, m]
gives the binomial coefficient .
  • Integer mathematical function, suitable for both symbolic and numerical manipulation.
  • Binomial is evaluated symbolically when possible.
  • In general, is defined by Gamma(n+1)/(Gamma(m+1)Gamma(n-m+1)) or suitable limits of this.
  • For integers and certain other special arguments, Binomial automatically evaluates to exact values.
  • Binomial can be evaluated to arbitrary numerical precision.
  • Binomial automatically threads over lists.
New in 1
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team