I have the following integral:
$$\int_0^1\int^0_{1-z}\int^0_{1-y-z}\mathsf e^{x+y+z}\,\mathsf d x\,\mathsf d y\,\mathsf d z$$
I’ve set up the integral, changing it to $e^xe^ye^z$, and integrated with respect to $x$, getting $e^xe^ye^z$, the problem is I’m not entirely sure how to substitute the limits for x into this!
$\int_0^1\int_0^{1-z}\int_0^{1-y-z} (e^x)(e^y)(e^z)\ dx \ dy\ dz$
As we integrate with respect to $x,$ we are going to treat $y,z$ (and $e^y, e^z$) as constants.
$\int_0^1\int_0^{1-z} (e^{x})(e^y)(e^z)|_0^{1-y-z} \ dy\ dz\\ \int_0^1\int_0^{1-z} (e^{1-y-z}- e^0)(e^y)(e^z) \ dy\ dz$
and simplify
$\int_0^1\int_0^{1-z} e - (e^y)(e^z) \ dy\ dz\\ \int_0^1 ey - e^y(e^z)|_0^{1-z} \ dz\\ \int_0^1 e(1-z) - (e^{1-z} - 1)(e^z)\ dz\\ \int_0^1 e(-z) +e^z\ dz\\ (-\frac {z^2}{2})e +e^z|_0^1\\ \frac 12 e - 1 $