Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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