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

DEtools

  

AreSimilar

  

test if two hyperexponential functions are similar

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

AreSimilar(H1, H2, x)

Parameters

H1

-

hyperexponential function of x

H2

-

hyperexponential function of x

x

-

variable

Description

• 

Let  be hyperexponential functions of x over a field K of characteristic 0. The AreSimilar(H1,H2,x) command returns true if  and  are similar. Otherwise, it returns false.

• 

H1 and H2 are similar if their ratio can be written as the product of a rational function and a constant in some extension of K.

Examples

(1)

(2)

(3)

(4)

(5)

References

  

Geddes, Keith; Le, Ha; and Li, Ziming. "Differential rational normal forms and a reduction algorithm for hyperexponential functions." Proceedings of ISSAC 2004. ACM Press. (2004): 183-190.

See Also

DEtools[RationalCanonicalForm]

DEtools[ReduceHyperexp]

SumTools[Hypergeometric][AreSimilar]

 


Download Help Document