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