| Author |
Comment/Response |
Bill Simpson
|
09/16/12 3:14pm
Here is one very simple method
The original function
In[1]:= p=1;v=Table[{y,Hypergeometric2F1[p,p,p+1,y]},{y,-1,199/200,1/200}];
ListPlot[v]
<plot snipped>
And the inverse
In[3]:= ListPlot[Map[Reverse,v]]
<plot snipped>
URL: , |
|