numapprox
laurent
Laurent series expansion
Calling Sequence
Parameters
Description
Examples
laurent(f, x=a, n)
laurent(f, x, n)
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
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.
with⁡numapprox:
laurent⁡1x⁢sin⁡x,x=0
x−2+16+7360⁢x2+O⁡x4
laurent⁡Γ⁡x,x,2
x−1−γ+π212+γ22⁢x+O⁡x2
r≔x2+2⁢x−3x4−11⁢x3+42⁢x2−68⁢x+40
laurent⁡r,x=2
−53⁢x−2−3−239⁢x−2−2−3227⁢x−2−1−3281−32243⁢x−2−32729⁢x−22+O⁡x−23
See Also
series
taylor
type[laurent]
Download Help Document