IsHyperexponential - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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 ⅆⅆxH⁡xH⁡x=R⁡x, a rational function of x. R⁡x is the certificate of H⁡x. If the third optional argument is included, it is assigned the certificate R⁡x.

Examples

> 

with⁡DEtools:

> 

H≔exp⁡Int⁡2⁢x−7x+42,x⁢x6+16⁢x5+103⁢x4+327⁢x3+647⁢x2+737⁢x+194x−12⁢x+24⁢x+42

H≔ⅇ∫2⁢x−7x+42ⅆx⁢x6+16⁢x5+103⁢x4+327⁢x3+647⁢x2+737⁢x+194x−12⁢x+24⁢x+42

(1)
> 

IsHyperexponential⁡H,x,R

true

(2)
> 

R

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

(3)

See Also

DEtools[AreSimilar]

DEtools[MultiplicativeDecomposition]

DEtools[ReduceHyperexp]

SumTools[Hypergeometric][IsHypergeometricTerm]