Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the evolutoid of a curve
ResourceFunction["EvolutoidCurve"][c,θ,t] computes the evolutoid with angle θ of the curve c defined with respect to the variable t. |
Parametric equations for an ellipse:
In[1]:= |
Compute the evolutoid of an ellipse with angle equal to GoldenAngle:
In[2]:= |
Out[2]= |
Plot the ellipse and its evolutoid:
In[3]:= |
Out[3]= |
When , EvolutoidCurve is the same as the resource function EvoluteCurve:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
Demonstrate the effect of changing θ in EvolutoidCurve:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License