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
Overview of the MathematicalFunctions Package
Calling Sequence
MathematicalFunctions[command](arguments)
command(arguments)
Description
The computational capabilities of the Maple system concerning special functions are constantly evolving. The requirements concerning mathematical functions, however, are not just computational: typically, you also need information on identities, alternative definitions and mathematical properties in general. You usually look for that information in handbooks of mathematical functions like the one by Abramowitz & Stegun. This leads to the idea of a FunctionAdvisor command and MathematicalFunctions project, whose main goal is to make the information the Maple system can provide more complete at each release, while providing access to each piece of information through a simple interface.
This information can be accessed directly from the Maple prompt, using the routines of the MathematicalFunctions package and the top-level FunctionAdvisor command. This functionality can be particularly useful when studying, teaching, or solving problems where mathematical function properties are relevant.
Each command in the MathematicalFunctions package can be accessed by using either the long form or the short form of the command name in the command calling sequence. The FunctionAdvisor command can be used directly without invoking the MathematicalFunctions package.
As the underlying implementation of the MathematicalFunctions package is a module, it is also possible to use the form MathematicalFunctions:-command to access a command from the package. For more information, see Module Members.
List of MathematicalFunctions Package Commands
The following is a list of available command.
Get
SearchFunction
Series
To display the help page for a particular MathematicalFunctions command, see Getting Help with a Command in a Package.
See Also
FunctionAdvisor, Get, initialfunctions, SearchFunction, Series
References
Cheb-Terrab, E.S. "The function wizard project: A Computer Algebra Handbook of Special Functions." Proceedings of the Maple Summer Workshop, University of Waterloo, Ontario, Canada, 2002.
Download Help Document