I need to evaluate the following triple integral
$$ \int_{-n}^n \int_0^{\sqrt{n^2-x^2}} \int_0^{\sqrt{n^2-x^2 -y^2}} \; e^{-(x^2 + y^2 + z^2)^{\frac{3}{2}}}\; dz dydx $$
I converted this into the spherical coordinates. And the limits are as following
$$ 0 \leqslant r \leqslant n \\ 0 \leqslant \theta \leqslant \frac{\pi}{2} \\ 0 \leqslant \phi \leqslant \pi $$
So, the integral becomes
$$ \int_0^n \int_0^{\frac{\pi}{2}} \int_0^{\pi} e^{-n^3} \, r^2 dr \sin(\theta) d\theta d\phi $$
And after evaluating, I got the answer as
$$ \frac{\pi}{3}\, n^3 e^{-n^3} $$
Is this correct ? I tried to use Wolfram Alpha's triple integral calculator here but it could not do it. So, please check my answer.