Re: simple maple question



In article <0Q9Tf.48915$d5.205203@xxxxxxxxxxxxxxx>,
Gunnar G <debian@xxxxxxxxx> wrote:
I define a function f:=t->t^2;
and now I would like to create a function

g:=t->diff(f(t),t); (doesn't work!)

e.g. g(t) should be the derivative of f(t).

g := D(f);


--
Rouben Rostamian
.