Series

WMA link


Series[f, {x, $x_0$, n}]

Represents the series expansion around x=$x_0$ up to order n.

For elementary expressions, Series returns the explicit power series as a SeriesData expression:

The expression created is a SeriesData object:

Replacing x with does a value produces another SeriesData object:

Normal transforms a SeriesData expression into a polynomial:

We can also expand over multiple variables:

See also SeriesCoefficient and SeriesData.

RootSum
SeriesCoefficient