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