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

Online Help

All Products    Maple    MapleSim


sumtools

  

simpcomb

  

Simplification of GAMMA and related functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

simpcomb(f)

Parameters

f

-

expression

Description

• 

This function simplifies an expression f involving powers, factorials, GAMMA function terms, binomial coefficients, and Pochhammer symbols by converting factorials, binomial coefficients, and Pochhammer symbols into GAMMA function terms, and applying simplify to its result. If the output is not rational, it is given in terms of GAMMA functions.

• 

The command with(sumtools,simpcomb) allows the use of the abbreviated form of this command.

Examples

withsumtools:

simpcombbinomialn,k

Γn+1Γnk+1Γk+1

(1)

simpcombbinomialn,k2nbinomialn1,k2n1binomialn,k12nbinomialn1,k12n1

2knn+k1k2kn2

(2)

simpcombbinomialn,kbinomialn2,kbinomialn3,kbinomialn6,k

n5n4n3n2k2n+1k23kn+3n2+12k24n+47k+2nk+1nkn

(3)

See Also

binomial

factorial

GAMMA

pochhammer

sumtools

sumtools[hyperterm]