PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Total Derivatives
Tutorials »
|
D
See Also »
Constants
Constants
is an option for
Dt
which gives a list of objects to be taken as constants.
MORE INFORMATION
If
f
appears in the list of
Constants
, then both
Dt
[
f
]
and
Dt
[
f
[
...
]]
are taken to be zero.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
Here both
a
and
b
are assumed to depend on
x
:
In[1]:=
Out[1]=
Specify that
a
does not depend on
x
using the
Constants
option:
In[1]:=
Out[1]=
Specify that both
a
and
b
are independent of
x
:
In[1]:=
Out[1]=
Scope
(3)
Properties & Relations
(2)
SEE ALSO
D
TUTORIALS
Total Derivatives
New in 1
© 2008 Wolfram Research, Inc.