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