LizardCobra
- 16
- 0
Homework Statement
How can I find the volume of a three dimensional gaussian exp\left [ \frac{-x^2}{\sigma_{x}} \frac{-y^2}{\sigma_{x}}\frac{-z^2}{\sigma_{z}} \right ] ? Since it is a gaussian, the volume should actually extend to infinity. It seems like there should be a simple double or triple integral, but I can't figure out how to set it up.
Homework Equations
The Attempt at a Solution
I multiplied the integral of each gaussian over all space (and of course each of these integrals converges)
V = \int_{-\infty}^{\infty}exp\left [ \frac{-x^2}{\sigma_{x}} \right ]\int_{-\infty}^{\infty}exp\left [ \frac{-y^2}{\sigma_{y}} \right ]\int_{-\infty}^{\infty}exp\left [ \frac{-z^2}{\sigma_{z}} \right ], but I'm not sure if this is right.Thanks