I would like to check my solutions for the derivative with the multidimensional chain rule, and I would like to do that online with a calculator. But I can not find one and I do not know how to use wolframalpha for it, which I am sure that it is capable of doing those.
I am talking about tasks like this for example:
$f:\mathbb{R}^2\to\mathbb{R}$, $f(u,v)=u^2+v^2$, $g:\mathbb{R}\to\mathbb{R}^2$, $g(t)=(e^t, t^2)$
And then derive $D(f\circ g)(t)$.
Do you know an online program, which can I use to check my solution, or how I can use wolframalpha for it?
Thanks in advance.
I'm not sure this is exactly what you want, but if not, it should at least give you ideas what to try:
d/dt ReplaceAll[u^2+v^2,{u->e^t,v->t^2}]