Mathematica >

InverseSeries

InverseSeries[s]
takes the series s, and gives a series for the inverse of the function represented by s.
InverseSeries[s, x]
uses the variable x in the inverse series.
  • Given a series s(y), InverseSeries[s, x] gives a series for y such that s(y)=x.
Find a series for the inverse function of x Sin[x]:
In[1]:=
Click for copyable input
Out[1]=
 
Find a series for the inverse function of Sin[x]:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Find the series for the inverse of the function represented by an explicitly specified series:
In[1]:=
Click for copyable input
Out[1]=
Invert again to get back the original function:
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