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
numapprox[laurent] - Laurent series expansion
Calling Sequence
laurent(f, x=a, n)
laurent(f, x, n)
Parameters
f
-
expression representing the function to be expanded
x
the variable of expansion
a
the point about which to expand
n
(optional) non-negative integer stating the order of expansion
Description
The function laurent computes the Laurent series expansion of f, with respect to the variable x, about the point a, up to order n.
The laurent function is a restriction of the more general series function. See series for a complete explanation of the parameters.
If the result of the series function applied to the specified arguments is a Laurent series with finite principal part (i.e. only a finite number of non-negative powers appear in the series) then this result is returned; otherwise, an error-return occurs.
The command with(numapprox,laurent) allows the use of the abbreviated form of this command.
Examples
See Also
series, taylor, type[laurent]
Download Help Document