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/display - display information about a mathematical function in an ordered manner
Calling Sequence
FunctionAdvisor(display, math_function)
Parameters
display
-
literal name; 'display'
math_function
name of known mathematical function; see type/mathfunc
Description
The FunctionAdvisor(display, math_function) command returns the information regarding that function available to the system. The information that displays is essentially the same as what you obtain by calling the FunctionAdvisor command without the keyword display.
Examples
The system is unable to compute the "asymptotic_expansion" for sin sin belongs to the subclass "trig" of the class "elementary" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "trig" ); and FunctionAdvisor( "elementary" );
Because you defined sin_info, the call FunctionAdvisor(display, sin_info) is also a valid and produces the same presentation as FunctionAdvisor(display, sin).
See Also
FunctionAdvisor, FunctionAdvisor/topics, type/mathfunc
Download Help Document