Dt
Usage
• Dt[f, x] 给出全导数  .
• Dt[f] 给出全微分  .
Notes
• Dt[f, , ... , Constants ->  , ... ]指定  是全导数为0的常数. • 具有Constant属性的符号被当作全导数为0的常数. • 如果一个对象被指定为常数,则以该对象为头的所有函数也被当作常数.
• 没有被明确指定为常数的所有量被假定依赖于  . • 例如: Dt[x y]  . • 通过给Dt[f]等赋值,你能够指定全导数.
Further Examples
This gives the total derivative of with respect to x.
In[1]:=
|
Out[1]=
|
This gives the total differential.
In[2]:=
|
Out[2]=
|
This gives the second derivative with respect to x.
In[3]:=
|
Out[3]=
|
This gives a multiple derivative.
In[4]:=
|
Out[4]=
|
|