Binomial
Usage
• Binomial[n, m] 给出了二项系数  .
Notes
• 可能的话Binomial 进行符号求值。 • 例如: Binomial[x+2, x]  . • 通常  由  或合适的限制定义. • 参见 Mathematica 全书: 节 3.2.5.
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]=
|
|