Skip to main content

Series

Returns the series expansion of a function around a point.

Syntax

series(Function, Identifier, Real)
series(Function, Identifier, Real, Natural)

Description

Given a function fx1,...,xn, an identifier xi and a real x0, expands function f with respect to variable xix_i around the point x0x_0.

calculus.series1.calc.png

Given a function fx1,...,xnf\left(x_1,...,x_n\right), an identifier xix_i, a real x0x_0 and a natural n, expands function ff with respect to variable xix_i around the point x0x_0 up to order nn.

calculus.series2.calc.png