Matthias

4 Reputation

One Badge

17 years, 64 days

MaplePrimes Activity


These are questions asked by Matthias

I would use the chain rule twice:

f(s,t) = e^u

u = sin(s*t);

u = sin(v);

v = s*t

v' = s;

u' = cos(s*t*)*s

f' = e^cos(s*t)*s

Maple adds *ln(exp), what's wrong with my way?

complete maple output: exp^sin(s*t)*cos(s*t)*t*ln(exp)

Page 1 of 1