Partial Derivatives
We define F to be a function of two variables whose graph lies on the unit sphere:
In[29]:=
In[30]:=
Out[30]=
Here are its partial derivatives
In[2]:=
Out[2]=
Out[3]=
We define functions representing its partial derivatives:
In[4]:=
Here is the graph:
In[31]:=
Out[31]=
(This is code to draw the tangent vectors obtained from the partial derivatives)
In[15]:=
In[23]:=
This shows the tangent vectors <1,0,Fx[x,y]> in red and <0,1,Fy[x,y]> based at the point (x,y)=(0,0)
In[32]:=
Out[32]=
at (x, y)=(0.4, 0)
In[34]:=
Out[34]=
At (x, y)=(0.5, 0.5)
In[36]:=
Out[36]=
Created by Mathematica (September 27, 2004)