convert/factorial
convert GAMMAs and binomials to factorials
Calling Sequence
Parameters
Description
Examples
convert(expr, factorial, indets)
expr
-
expression
indets
(optional) indeterminate or set of indeterminates
The convert/factorial function converts GAMMAs (expressions expressed in terms of the gamma function), binomials and multinomial coefficients in an expression to factorials.
If an indeterminate or set of indeterminates is specified, then only GAMMAs and binomials involving a specified indeterminate are converted to the factorial function.
The convert(..., `!`) calling sequence is equivalent to the convert(..., factorial) calling sequence.
convert⁡Γ⁡x,factorial
x−1!
convert⁡Γ⁡x,`!`
convert⁡binomial⁡m,3,factorial
m!6⁢m−3!
convert⁡Β⁡x,y,factorial
x−1!⁢y−1!x+y−1!
See Also
convert
convert/binomial
convert/GAMMA
Download Help Document