Taylor
Computes the Taylor series of a function.
Syntax
taylor(Function, Identifier, Natural)
taylor(Function, Identifier, Real, Natural)
Description
Given an expression , an identifier and an integer , computes the Taylor series of expanding it with respect to around the origin up to order .
Given an expression , an identifier , a real and an integer , computes the Taylor series of expanding it with respect to around up to order .