Question: diff x->

So I write this as a function: zurflu14 := t->A*exp(-k*t); now I want the same thing with the derivative but doesnt seem to work.. dzurflu14 := t->diff(zurflu14(t),t); I have tried it many ways, what am i missing? I want the same functionality to evaluate at any value. Thanks in advance!
Please Wait...