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/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