|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FactorialPower
FactorialPower[x, n]
gives the factorial power
.
FactorialPower[x, n, h]
gives the step-h factorial power
.
DetailsDetails
- Mathematical function, suitable for both symbolic and numeric manipulation.
- For integer n,
is given by
, and
is given by 
.
is given for any n by
.
is given by
and
is given by
.- FactorialPower[x, n] evaluates automatically only when x and n are numbers.
- FunctionExpand always converts FactorialPower to a polynomial or combination of gamma functions.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Find the "factorial square" of 10:
| In[1]:= |
| Out[1]= |
FactorialPower does not automatically expand out:
| In[1]:= |
| Out[1]= |
Use FunctionExpand to do the expansion:
| In[2]:= |
| Out[2]= |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
