Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the cusps of a curve
ResourceFunction["FunctionCusps"][c,x] returns the cusps of the curve c viewed as a function of x. |
Compute the cusps of a curve:
In[1]:= |
Out[1]= |
Note that when using fractional powers to define the expression, Surd may be necessary to extend the real-valued domain of the curve:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
In comparison with:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
Note the distinction between cusps and corners, which can be computed using the resource function FunctionCorners:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License