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