Message Boards Message Boards

0
|
3315 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:
GROUPS:

Dependencies in differentiation

Posted 10 years ago

How do I express (the lack of) dependencies in differentiation. I have the following

dfdt = Dt[f[t x, t y], t]

Where x and y are not functions of t. How do I tell Dt that this is the case?

POSTED BY: dave salmon
2 Replies
Posted 10 years ago

You can also use partial differentiation:

In[1]:= D[f[t x, t y], t]
POSTED BY: David Keith
Posted 10 years ago

Oh, I figured it out... Constants->{x, y}. Sorry.

POSTED BY: dave salmon
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract