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
convert/Heun - convert to special functions of the Heun class
Calling Sequence
convert(expr, Heun)
Parameters
expr
-
Maple expression, equation, or a set or list of them
Description
convert/Heun converts, when possible, hypergeometric, MeijerG and special functions into Heun functions; that is, into one of
FunctionAdvisor( Heun );
The 23 functions in the "Heun" class are:
convert/Heun accepts as optional arguments all those described in convert[to_special_function].
Examples
An assorted sample of special and elementary functions
Their syntax (calling sequence) in Maple
A Heun representation for them, in these cases using HeunC
A sample of special and elementary functions not admitting HeunG representation
By default, the results are returned in terms of the lower Heun functions, that is, those with less parameters, in this case HeunB
A representation in terms of higher Heun functions, in this case HeunC, because these functions being converted belong to the 1F1 class, can be obtained specifying HeunC instead of Heun in the call to convert
See Also
convert, convert[`1F1`], convert[`2F1`], convert[to_special_function], FunctionAdvisor, Heun functions, HeunB, HeunC, HeunG
Download Help Document