Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Discrete Mathematics > Combinatorial Functions > Binomial >
Mathematica > Mathematics and Algorithms > Mathematical Functions > Integer Functions > Combinatorial Functions > Binomial >

Binomial

Binomial
gives the binomial coefficient .
  • Integer mathematical function, suitable for both symbolic and numerical manipulation.
  • In general, is defined by or suitable limits of this.
  • For integers and certain other special arguments, Binomial automatically evaluates to exact values.
  • Binomial is automatically evaluated symbolically for simple cases; FunctionExpand gives results for other cases.
  • Binomial can be evaluated to arbitrary numerical precision.
  • Binomial automatically threads over lists.
Evaluate 10 choose 3:
Construct Pascal's triangle:
Evaluate 10 choose 3:
In[1]:=
Click for copyable input
Out[1]=
 
Construct Pascal's triangle:
In[1]:=
Click for copyable input
Out[1]=
Evaluate special cases for symbolic arguments:
Evaluate Binomial for large arguments:
Evaluate for half-integer arguments:
Evaluate numerically:
Evaluate for complex arguments:
Compute sums involving Binomial:
Series expansion at a generic point:
TraditionalForm formatting:
Infinite arguments give symbolic results:
Binomial threads element-wise over lists:
Illustrate the binomial theorem:
Fractional binomial theorem:
Binomial coefficients mod 2:
Plot Binomial in the arguments' plane:
Plot the logarithm of the number of ways to pick elements out of :
Compute higher derivatives of a product of two functions:
PDF of the binomial probability distribution:
Bernstein polynomials are defined in terms of Binomial:
Use FullSimplify to simplify expressions involving binomial coefficients:
Use FunctionExpand to expand into Gamma functions:
Sums involving Binomial:
Find the generating function Binomial:
Large arguments can give results too large to be computed explicitly:
Machine-number inputs can give high-precision results:
As a bivariate function, Binomial is not continuous in both variables at negative integers:
Binomial coefficient mod :
Closed-form inverse of Hilbert matrices:
Nested binomials over the complex plane:
Plot Binomial at infinity:
Plot Binomial for complex arguments:
Plot Binomial at Gaussian integers:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF