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
MathematicalFunctions[Get] - return information on a mathematical function
Calling Sequence
Get(topic, math_function, all)
Parameters
topic
-
name; specifies the topic for information
math_function
name; mathematical function
all
(optional) literal name; can be used with only calling_sequence topic to return all known calling sequences
Description
The Get(topic, math_function) function returns the topic information on the function math_function. If the requested information is not available it returns NULL.
The topic argument must be one of:
analytic_extension
asymptotic_expansion
branch_cuts
branch_points
calling_sequence
classify_function
definition
describe
differentiation_rule
display
identities
integral_form
series
singularities
special_values
sum_form
To display the list of possible values for the math_function argument, use the FunctionAdvisor(known_functions) function. For more information, see FunctionAdvisor/known_functions.
The Get(topic, math_function) function is equivalent to FunctionAdvisor(topic, math_function), but does not attempt to match misspelled topic or math_function arguments to the correct names. For more information, see FunctionAdvisor.
The FunctionAdvisor command supports additional topics. For more information, see FunctionAdvisor/topics.
Examples
See Also
FunctionAdvisor, FunctionAdvisor/analytic_extension, FunctionAdvisor/asymptotic_expansion, FunctionAdvisor/branch_cuts, FunctionAdvisor/branch_points, FunctionAdvisor/calling_sequence, FunctionAdvisor/classify_function, FunctionAdvisor/definition, FunctionAdvisor/describe, FunctionAdvisor/differentiation_rule, FunctionAdvisor/display, FunctionAdvisor/identities, FunctionAdvisor/integral_form, FunctionAdvisor/series, FunctionAdvisor/singularities, FunctionAdvisor/special_values, FunctionAdvisor/sum_form, MathematicalFunctions, MathematicalFunctions[SearchFunction], MathematicalFunctions[Series]
Download Help Document