diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 14eafa513e663e5a35ff5259ede6065ebf459b47..9e0efaad1635f21e723301ea63cabe0718c13849 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -18,7 +18,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# On the computation of $\\pi$" + "# On the computation of $\\pi$" ] }, { @@ -57,7 +57,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Buffon’s needle" + "## Buffon's needle" ] }, { @@ -96,16 +96,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### 1.3 Using a surface fraction argument" + "## Using a surface fraction argument" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "A method that is easier to understand and does not make use of the sin function is based on the\n", - "fact that if $X\\sim U(0,1)$ and $Y\\sim U(0,1)$, then $P[X^2+Y^2\\leq 1] = \\pi/4$ (see [\"Monte Carlo method\"\n", - "on Wikipedia](https://en.wikipedia.org/wiki/Monte_Carlo_method)). The following code uses this approach:" + "A method that is easier to understand and does not make use of the $\\sin$ function is based on the fact that if $X\\sim U(0,1)$ and $Y\\sim U(0,1)$, then $P[X^2+Y^2\\leq 1] = \\pi/4$ (see [\"Monte Carlo method\" on Wikipedia](https://en.wikipedia.org/wiki/Monte_Carlo_method)). The following code uses this approach:" ] }, {