simple chain rule



Hallo,

I would like Maxima to do something like:

s(t) := t / e

Now I would like the following

diff (f (t, s), t)

to be resolved as

df/dt + 1/e * df/fs

How can I make it work ?

Thanks,
Tomek