Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the binormal surface to a curve
ResourceFunction["BinormalSurface"][c,t,{u,v}] computes the binormal surface of a curve c with parameter t using u and v to parametrize the result. |
Define and plot a helix curve:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
Compute the normal surface of the helix curve with the resource function NormalSurface and plot the result:
In[3]:= |
Out[3]= |
In[4]:= |
Out[4]= |
Compute and plot the binormal surface of the helix curve:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Show both surfaces along with the helix curve:
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License