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