next up previous
Next: Simple Monte Carlo integration Up: Phys 5870: Modern Computational Previous: Exercise 9.1: The Gaussian

Monte Carlo integration

Imagine that we want to measure the area of a pond with arbitrary shape. Suppose that this pond is in the middle of a field with known area $A$. If we throw $N$ stones randomly, such that they land within the boundaries of the field, and we count the number of stones that fall in the pond $N_{in}$, the area of the pond will be approximately proportional to the fraction of stones that make a splash, multiplied by $A$:

\begin{displaymath}
A_pond=\frac{N_{in}}{N}A.
\end{displaymath}

This simple procedure is an example of the ``Monte Carlo'' method.



Subsections

Adrian E. Feiguin 2009-11-04