Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the negative pedal curve
ResourceFunction["NegativePedalCurve"][{a,b},c,t] computes the negative pedal curve with respect to the point {a,b} of the curve c in parameter t. |
Define a cardioid:
In[1]:= |
Out[1]= |
Plot the cardioid along with its negative pedal curve:
In[2]:= |
Out[2]= |
Define an ellipse:
In[3]:= |
Out[3]= |
Interactively plot the ellipse along with its negative pedal curve, varying the base point:
In[4]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License