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