I have the following problem: $f(x, y) = x e^{x^2 + y^2}$, $c(t) = (t, −t)$, and I need to find $(f \circ c)'(t)$.
What I did was take the derivative of $f(x,y)$ with respect to $x$ and $y$, and I got the following gradient: $Df(x,y)=[2(x^2+1)(e^{x^2 + y^2}), 2xye^{x^2 + y^2}]$
I then took $c'(t)$ and got $[1, -1]$ (but as a vertical matrix, I don't know how to type that on here).
I substituted $x=1$, $y=-1$ and got $e^2$, but my grading program says it isn't correct. Can someone help me figure out where I might have gone astray?