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
The MultiSeries package
Calling Sequence
MultiSeries[<function>](args)
<function>(args)
Description
The MultiSeries package is still under development. It is very likely that the functionality will change in the next release of Maple. Thus code using this package may not be backwards compatible with the next release of Maple.
The MultiSeries package performs asymptotic and series expansions in general asymptotic scales.
The functions provided by the package are:
AddFunction
asympt
FunctionSupported
GetFunction
LeadingTerm
limit
multiseries
RemoveFunction
series
SeriesInfo
taylor
For help with a particular function see MultiSeries[<function>], where is taken from the above list.
The simplest use of the package is by overriding the standard asympt, series, limit using with. The corresponding MultiSeries functions are often more powerful than the default ones, but require more computational time.
The variable is assumed to tend to its limit along a ray coming from the origin. When the limit point is 0, the variable tends to . This direction can be changed by a simple change of variable (see the examples in multiseries).
Two other differences with the original functions are that the term corresponds more closely to the classical mathematical definition, and the result is undefined instead of a range for limits of oscillating functions.
The most comprehensive access to multiseries expansion in the MultiSeries package is provided by the function multiseries.
Examples
Computations that cannot be performed with the standard limit, series, asympt:
Error, (in asympt) unable to compute series
Error, (in `series/function`) unable to compute series
Computations that lead to a different result:
The same commands after loading the package:
The LeadingTerm command is a useful way to find the leading term in the asymptotic or local behavior of a function:
See Also
MultiSeries[AddFunction], MultiSeries[multiseries], MultiSeries[scale], MultiSeries[SeriesInfo], series, type[SERIES]
Download Help Document