Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Plot the Frenet–Serret frame of a curve
ResourceFunction["FrenetSerretPlot"][c,t0,{t,tmin,tmax}] plots the curve c with parameter t from tmin to tmax, with the Frenet–Serret frame for c at t0. |
A figure eight:
In[1]:= |
The Frenet–Serret frame:
In[2]:= |
Out[2]= |
See how the system changes as t0 is varied:
In[3]:= |
Out[3]= |
Viviani’s curve:
In[4]:= |
Out[4]= |
The Viviani’s curve with an animation of the tangent, normal, and binormal moves along the curve:
In[5]:= |
Out[5]= |
Modify the length of vectors:
In[6]:= |
Out[6]= |
Change the style of vectors:
In[7]:= |
Out[7]= |
Change the text for vectors of the frame:
In[8]:= |
Out[8]= |
Adjust text position:
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License