factorial - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/factorial

convert GAMMAs and binomials to factorials

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, factorial, indets)

Parameters

expr

-

expression

indets

-

(optional) indeterminate or set of indeterminates

Description

• 

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.

Examples

convertΓx,factorial

x1!

(1)

convertΓx,`!`

x1!

(2)

convertbinomialm,3,factorial

m!6m3!

(3)

convertΒx,y,factorial

x1!y1!x+y1!

(4)

See Also

convert

convert/binomial

convert/GAMMA