Mathematica 9 is now available

Binomial

Usage

Binomial[n, m] 给出了二项系数  .


Notes

• 整数数学函数 (参见 A.3.10).
• 可能的话Binomial 进行符号求值。
• 例如: Binomial[x+2, x]LongRightArrow .
• 通常   或合适的限制定义.
• 参见 Mathematica 全书: 3.2.5.
• 同时参见: Multinomial, Pochhammer.
Further Examples

In how many ways can you choose  objects from  ?

In[1]:=  

Out[1]=

Here is a table of the first nine rows of Pascal's triangle.

In[2]:=  

Out[2]//TableForm=

Here is an identity.

In[3]:=  

Out[3]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.