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