Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Algebraic Computation / Calculus  /
O

  • O[ x ]^ n represents a term of order .
  • O[ x ]^ n is generated to represent omitted higher-order terms in power series.
  • O[ x , ]^ n represents a term of order .
  • Normal can be used to truncate power series, and remove O terms.
  • See the Mathematica book: Section 3.6.2.
  • See also: Series, SeriesData.

    Further Examples

    The power series is printed out as a sum of terms, ending with O[x] raised to a power.

    In[1]:=

    Out[1]=

    Internally the series is stored as a SeriesData object.

    In[2]:=

    Out[2]//InputForm=



    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.