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