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