From 706af7e52fffee0a6ad13b075db611f404239191 Mon Sep 17 00:00:00 2001 From: 5ced80d094cc8bbd195a6caf0e47db49 <5ced80d094cc8bbd195a6caf0e47db49@app-learninglab.inria.fr> Date: Mon, 25 Jan 2021 18:46:51 +0000 Subject: [PATCH] Correccion 5 --- 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 3ca66cf..12f4b7c 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