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

Online Help

All Products    Maple    MapleSim


SumTools[Hypergeometric]

  

IsHypergeometricTerm

  

test if a given expression is a hypergeometric term

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsHypergeometricTerm(H, n, certificate)

Parameters

H

-

function of n

n

-

variable

certificate

-

(optional) name; assigned the computed certificate

Description

• 

The IsHypergeometricTerm(H,n) command returns true if  is a hypergeometric term of n. Otherwise, it returns false.

  

A function H is hypergeometric of n if , a rational function of n.  is the certificate of . If the third optional argument is included, it is assigned the certificate .

Examples

(1)

(2)

(3)

See Also

SumTools[Hypergeometric]

 


Download Help Document