mathematic 中计算排列(A)和组合(C)的函数是什么?

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/28 12:27:16
mathematic 中计算排列(A)和组合(C)的函数是什么?

mathematic 中计算排列(A)和组合(C)的函数是什么?
mathematic 中计算排列(A)和组合(C)的函数是什么?

mathematic 中计算排列(A)和组合(C)的函数是什么?
组合数用Binomial[n,m],表示n!/( m!(m-n)!)
排列数用Pochhammer[a,n],表示a (a+1)...(a+n-1)
以下是英文原版解释:
Binomial[n,m]
gives the binomial coefficient (n,m).
Pochhammer[a,n]
gives the Pochhammer symbol Subscript[(a),n].