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