Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Plot the Frenet-Serret frame of a curve
ResourceFunction["FrenetSerretFrame"][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[4]= | ![]() |
Viviani’s curve:
| In[5]:= |
| Out[5]= |
Viviani’s curve with an animation of the tangent, normal and binormal moving along the curve:
| In[6]:= | ![]() |
| Out[6]= | ![]() |
Modify the length of vectors:
| In[7]:= | ![]() |
| Out[7]= | ![]() |
Change the style of vectors:
| In[8]:= | ![]() |
| Out[8]= | ![]() |
Change the text for vectors of the frame:
| In[9]:= | ![]() |
| Out[9]= | ![]() |
Adjust the text position:
| In[10]:= | ![]() |
| Out[10]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License