Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the tangent plane of a parametric surface
ResourceFunction["ParametricSurfaceTangentPlane"][s,{u,v},{u0,v0}] computes the tangent plane at the point (u0,v0) of surface s parametrized by variables u and v. |
Definition of a sphere:
In[1]:= |
Out[1]= |
Tangent plane of the sphere:
In[2]:= |
Out[2]= |
Plot the tangent plane at any point on a sphere:
In[3]:= |
Out[3]= |
Choose a surface:
In[4]:= |
Out[4]= |
Plot it:
In[5]:= |
Out[5]= |
Compute the tangent plane of the surface:
In[6]:= |
Out[6]= |
Plot the tangent plane at any point (in blue) on the surface; the red curves are the intersection of the plane and the surface:
In[7]:= |
Out[7]= |
Use ClipPlanes to view the surface only at one side of the plane:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License