taylor
Taylor series expansion
Calling Sequence
Parameters
Description
Thread Safety
Examples
Details
taylor(expression, x=a, n)
expression
-
x
name; independent variable
a
real constant; expansion point
n
non-negative integer; expansion order
The taylor command computes the order n Taylor series expansion of expression, with respect to the variable x, about the point a.
The taylor command is thread-safe as of Maple 15.
For more information on thread safety, see index/threadsafe.
taylorexpx,x=0,4
1+x+12x2+16x3+Ox4
taylor1x,x=1,3
1−x−1+x−12+Ox−13
taylorsinx,x=π
−x−π+16x−π3−1120x−π5+Ox−π7
taylorsqrt1+x,x,8
1+12x−18x2+116x3−5128x4+7256x5−211024x6+332048x7+Ox8
taylorsqrt1+x,x=0,8
For detailed information including:
Optional parameters
Converting a Taylor series to a polynomial
The general series command
see the taylor/details help page.
See Also
mtaylor
series
Download Help Document