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

来源:学生作业学帮网 编辑:学帮网 时间:2024/07/05 01:01:17

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].