SeriesData

SeriesData[x,x0,{a0,a1,},nmin,nmax,den]

represents a power series in the variable x about the point x0. The ai are the coefficients in the power series. The powers of (x-x0) that appear are nmin/den, (nmin+1)/den, , nmax/den.

Details

  • SeriesData objects are generated by Series.
  • SeriesData objects are printed as sums of the coefficients ai, multiplied by powers of x-x0. A SeriesData object representing a power series is printed with O[x-x0]^p added, to represent omitted higherorder terms.
  • When you apply certain mathematical operations to SeriesData objects, new SeriesData objects truncated to the appropriate order are produced.
  • The operations you can perform on SeriesData objects include arithmetic ones, mathematical functions with builtin derivatives, and integration and differentiation.
  • Normal[expr] converts a SeriesData object into a normal expression, truncating omitted higherorder terms.
  • If the variable in a SeriesData object is itself a SeriesData object, then the composition of the SeriesData objects is computed. Substituting one series into another series with the same expansion parameter therefore automatically leads to composition of the series. Composition is only possible if the first term of the inner series involves a positive power of the variable.
  • InverseSeries can be applied to SeriesData objects to give series for inverse functions.

Examples

open allclose all

Basic Examples  (1)

SeriesData is the head of the basic expressions generated by Series:

Normal converts to an ordinary expression:

Scope  (5)

Construct SeriesData explicitly:

Rational powers are directly accounted for in SeriesData:

Logarithms or other functions increasing slower than powers are explicitly included as coefficients:

Symbolic powers are kept outside SeriesData:

Rapidly increasing or oscillating functions are kept outside SeriesData:

Wolfram Research (1988), SeriesData, Wolfram Language function, https://reference.wolfram.com/language/ref/SeriesData.html.

Text

Wolfram Research (1988), SeriesData, Wolfram Language function, https://reference.wolfram.com/language/ref/SeriesData.html.

CMS

Wolfram Language. 1988. "SeriesData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SeriesData.html.

APA

Wolfram Language. (1988). SeriesData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SeriesData.html

BibTeX

@misc{reference.wolfram_2023_seriesdata, author="Wolfram Research", title="{SeriesData}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/SeriesData.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_seriesdata, organization={Wolfram Research}, title={SeriesData}, year={1988}, url={https://reference.wolfram.com/language/ref/SeriesData.html}, note=[Accessed: 19-March-2024 ]}