IsHyperexponential - 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


DEtools

  

IsHyperexponential

  

test if a given expression is a hyperexponential function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsHyperexponential(H, x)

Parameters

H

-

Maple expression

x

-

variable

Description

• 

The IsHyperexponential(H,x) command returns true if H is a hyperexponential function of x. Otherwise, it returns false.

  

A function H is hyperexponential of x if ⅆⅆxHxHx=Rx, a rational function of x. Rx is the certificate of Hx. If the third optional argument is included, it is assigned the certificate Rx.

Examples

withDEtools:

HexpInt2x7x+42,xx6+16x5+103x4+327x3+647x2+737x+194x12x+24x+42

Hⅇ2x7x+42ⅆxx6+16x5+103x4+327x3+647x2+737x+194x12x+24x+42

(1)

IsHyperexponentialH,x,R

true

(2)

R

25x8+473x7+3748x6+16441x5+46985x4+87685x3+89797x2+40832x+17764x6+16x5+103x4+327x3+647x2+737x+194x+2x1x+42

(3)

See Also

DEtools[AreSimilar]

DEtools[MultiplicativeDecomposition]

DEtools[ReduceHyperexp]

SumTools[Hypergeometric][IsHypergeometricTerm]