Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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