Let D be bounded by $x+y=0, x+y=2, x-y=0, x-y=0$ Compute $\iint ((x+y)e^{(x^2+y^2)} \ dx \ dy$ by using change of variables $u=x+y, v=x-y$
I did $-1< x <1 $and $-x < y < -x+2$ dydx and got a Jacobian value of $2$ with the 2x2 matrix $$\begin{bmatrix}1 && 1 \\ 1 && -1\end{bmatrix}$$ is that right? and where do i go from there?