Mathematica >

O

O[x]^n
represents a term of order xn.
O[x]^n
is generated to represent omitted higher-order terms in power series.
O[x, x0]^n
represents a term of order (x-x0)n.
  • Normal can be used to truncate power series, and remove O terms.
A series representing an approximate function:
In[1]:=
Click for copyable input
Out[1]=
Doing operations on the approximate function maintains the appropriate series order:
In[2]:=
Click for copyable input
Out[2]=
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team