Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > 数学和算法 > 离散数学 > 组合函数 >
Mathematica > 数学和算法 > 数学函数 > 整数函数 > 组合函数 >

FactorialPower

FactorialPower[x, n]
给出阶乘幂 x^((n))
FactorialPower[x, n, h]
给出步长 h 阶乘幂 x^((n, h))
  • 数学函数,同时适合符号和数值运算。
  • 对于整数 nx^((n))x (x-1) ... (x-(n-1)) 给出,x^((n,h))x (x-h) ...(x-(n-1) h) 给出。
  • 对于任何 nx^((n)) 给出。
7 的新功能
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team