convert/GAMMA - convert factorials and binomials to GAMMAs
|
Calling Sequence
|
|
convert(expr, GAMMA, indets)
|
|
|
|
|
|
Parameters
|
|
expr
|
-
|
expression
|
indets
|
-
|
(optional) indeterminate or set of indeterminates
|
|
|
|
|
Description
|
|
•
|
The convert/GAMMA function converts factorials, binomials and multinomial coefficients in an expression to the GAMMA function.
|
•
|
You can enter the command convert/GAMMA using either the 1-D or 2-D calling sequence. For example, convert(x!, GAMMA) is equivalent to .
|
•
|
If an indeterminate or set of indeterminates is specified, then only factorials and binomials involving a specified indeterminate will be converted to the GAMMA function.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?