DEtools
IsHyperexponential
test if a given expression is a hyperexponential function
Calling Sequence
Parameters
Description
Examples
IsHyperexponential(H, x)
H
-
Maple expression
x
variable
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.
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
IsHyperexponential⁡H,x,R
true
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
See Also
DEtools[AreSimilar]
DEtools[MultiplicativeDecomposition]
DEtools[ReduceHyperexp]
SumTools[Hypergeometric][IsHypergeometricTerm]
Download Help Document