From 9c6219f19915881d8bb12f24d6614a8c86da024c Mon Sep 17 00:00:00 2001 From: 8e53d7fafab76bc5fa0dd3b634def1c2 <8e53d7fafab76bc5fa0dd3b634def1c2@app-learninglab.inria.fr> Date: Thu, 26 May 2022 21:58:54 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_en.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 59bcd03..2eabf46 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -76,7 +76,7 @@ "metadata": {}, "source": [ "## Using a surface fraction argument\n", - "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:" + "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:" ] }, { -- 2.18.1