Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the tangent plane of a function at a point
ResourceFunction["TangentPlane"][expr,{x,a},{y,b},z] gives an association of properties of the tangent plane to expr, viewed as an equation in x,y and z, at the point x=a,y=b. |
|
ResourceFunction["TangentPlane"][expr,{x,a},{y,b},z,prop] returns the value of the tangent plane property prop. |
Return the equation of the tangent plane to a surface:
In[1]:= |
|
Out[1]= |
|
Visualize the tangent plane:
In[2]:= |
|
Out[2]= |
|
Compute the slopes with respect to x and y:
In[3]:= |
|
Out[3]= |
|
Get an association of properties of a tangent plane to a surface:
In[4]:= |
|
Out[4]= |
|
The first argument to TangentPlane can be an implicit definition of a surface:
In[5]:= |
|
Out[5]= |
|
TangentPlane also works in four dimensions:
In[6]:= |
|
Out[6]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License