The Representation of Power Series
Power series are represented in the Wolfram System as SeriesData objects.
By using SeriesData objects, rather than ordinary expressions, to represent power series, the Wolfram System can keep track of the order and expansion point, and do operations on the power series appropriately. You should not normally need to know the internal structure of SeriesData objects.
You can recognize a power series that is printed out in standard output form by the presence of an O[x] term. This term mimics the standard mathematical notation , and represents omitted terms of order
. For various reasons of consistency, the Wolfram System uses the notation O[x]^n for omitted terms of order
, corresponding to the mathematical notation
, rather than the slightly more familiar, though equivalent, form
.
Any time that an object like O[x] appears in a sum of terms, the Wolfram System will in fact convert the whole sum into a power series.