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/special_values - return the special values of a given mathematical function
Calling Sequence
FunctionAdvisor(special_values, math_function)
Parameters
special_values
-
literal name; 'special_values'
math_function
Maple name of mathematical function
Description
The FunctionAdvisor(special_values, math_function) command returns special values of the function computed at a selected list of special points.
Examples
The variables used by the FunctionAdvisor command to create the function calling sequences are local variables. Therefore, the previous example does not depend on a or z.
To make the FunctionAdvisor command return results using global variables, pass the function call itself.
For functions which accept more than one argument, the special values of interest could be restricted by passing the function call. For example, these are special values for
and these are special values for .
In these cases, when the FunctionAdvisor command is called with the function name, for example, Psi, the values are listed on the screen starting with those involving less arguments in the function call (in this example, ).
See Also
depends, FunctionAdvisor, FunctionAdvisor/ branch_cuts, FunctionAdvisor/ branch_points, FunctionAdvisor/ identities, FunctionAdvisor/ topics, Psi
Download Help Document