Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a dynamic plot of a univariate function along with supplemental algebraic and calculus-based properties of the function
ResourceFunction["CurveAnalysis"][expr,x] returns a dynamic plot of expr, viewed as a function of x, allowing the additional display of related points and functions of interest. |
Plot a CurveAnalysis for a trigonometric function:
In[1]:= |
Out[1]= |
Select some additional elements to display:
In[2]:= |
Out[2]= |
Plot a Gaussian function, along with its extremum:
In[3]:= |
Out[3]= |
Plot a function along with its roots and inflection points:
In[4]:= |
Out[4]= |
The plotted inflection points are the same as those returned by the resource function InflectionPoints:
In[5]:= |
Out[5]= |
Plot a rational function, along with its stationary points, also showing Gridlines:
In[6]:= |
Out[6]= |
The four stationary points displayed are the same as those found by the resource function StationaryPoints:
In[7]:= |
In[8]:= |
Out[8]= |
Plot a function, along with its derivative, using a dark theme and GridLines:
In[9]:= |
Out[9]= |
Plot a function along with its points of discontinuity:
In[10]:= |
Out[10]= |
The discontinuities displayed are the same as those found by the resource function FunctionDiscontinuities:
In[11]:= |
Out[11]= |
Plot a function along with its parabolic asymptote:
In[12]:= |
Out[12]= |
This is the same parabolic asymptote that is found by the resource function Asymptotes:
In[13]:= |
Out[13]= |
This work is licensed under a Creative Commons Attribution 4.0 International License