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

Online Help

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  is a hyperexponential function of x. Otherwise, it returns false.

  

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

Examples

(1)

(2)

(3)

See Also

DEtools[AreSimilar]

DEtools[MultiplicativeDecomposition]

DEtools[ReduceHyperexp]

SumTools[Hypergeometric][IsHypergeometricTerm]

 


Download Help Document