Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
DEtools[ReduceHyperexp] - a reduction algorithm for hyperexponential functions
Calling Sequence
ReduceHyperexp(H, x, newH)
Parameters
H
-
hyperexponential function of x
H1
H2
x
variable
newH
(optional) name; assigned a computed equivalence of H
Description
For a specified hyperexponential function H of x, the (H1, H2) := ReduceHyperexp(H, x, newH) calling sequence constructs two hyperexponential functions H1 and H2 such that and the certificate has a differential rational normal form with v of minimal degree.
The output from ReduceHyperexp is a sequence of two elements each of which is either or written in the form
(The form shown above is called a multiplicative decomposition of the hyperexponential function .)
ReduceHyperexp is a generalization of the reduction algorithm for rational functions by Hermite (recall that a rational function is also a hyperexponential function). It also covers the differential Gosper's algorithm.
Examples
See Also
DEtools[AreSimilar], DEtools[Gosper], DEtools[IsHyperexponential], DEtools[MultiplicativeDecomposition], SumTools[Hypergeometric][SumDecomposition]
References
Geddes, Keith; Le, Ha; and Li, Ziming. "Differential rational canonical forms and a reduction algorithm for hyperexponential functions." Proceedings of ISSAC 2004. ACM Press. (2004): 183-190.
Download Help Document