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
FunctionAdvisor/relate - relate the two given mathematical functions
Calling Sequence
FunctionAdvisor(relate, math_function_1, math_function_2)
Parameters
relate
-
literal name; 'relate'
math_function_1
Maple name of first mathematical function
math_function_2
Maple name of second mathematical function
Description
The FunctionAdvisor(relate, math_function_1, math_function_2) command attempts to relate the functions using the internal Maple algorithms. For more information, see convert[to_special_function].
By default, the output has the simpler or more standard function on the left-hand side. This topic is similar to FunctionAdvisor/specialize, which allows you to specify which function is expressed in terms of the other one. This typically requires additional constraints in the function parameter(s) domain(s).
Examples
Notice that a relation between KummerU and HermiteH does not exist for arbitrary values of their parameters.
* Partial match of Hermite against topic HermiteH. Unable to establish a relation between KummerU and HermiteH
However, that relation does exist for a specialization of the function parameters
and also the converse.
The variables used by the FunctionAdvisor command to create the function calling sequences are local variables. Therefore, the previous example does not depend on z.
To make the FunctionAdvisor command return results using global variables, pass the function call itself.
You can view the default hierarchy used when calling the FunctionAdvisor command with the keyword relate as first argument using the following
where functions to the left are selected before functions to the right when constructing the left-hand side of the output.
See Also
convert/to_special_function, depends, FunctionAdvisor, FunctionAdvisor/specialize, FunctionAdvisor/topics, HermiteH, KummerU
Download Help Document