Skip to main content

Taylor

Computes the Taylor series of a function.

Syntax

taylor(Function, Identifier, Natural)
taylor(Function, Identifier, Real, Natural)

Description

Given an expression fx1,...,xn, an identifier xi and an integer n, computes the Taylor series of fx1,...,xn expanding it with respect to xix_i around the origin up to order nn.

calculus.taylor1.calc.png
calculus.taylor1.plotter0.calc.png

Given an expression fx1,...,xnf\left(x_1, ..., x_n\right), an identifier xix_i, a real x0 and an integer nn, computes the Taylor series of fx1,...,xnf\left(x_1,...,x_n\right) expanding it with respect to xix_i around x0x_0 up to order nn.

calculus.taylor2.calc.png
calculus.taylor2.plotter0.calc.png