IsHypergeometricTerm - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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 Hn is a hypergeometric term of n. Otherwise, it returns false.

  

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

Examples

withSumToolsHypergeometric:

Hn213n+1!n+3!2n+7!

Hn213n+1!n+3!2n+7!

(1)

IsHypergeometricTermH,n,certificate

true

(2)

certificate

33n+23n+4nn+222n+9n+42n1

(3)

See Also

SumTools[Hypergeometric]