Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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