From dd702e6dcc83005207084f5e82bfa2e4340570f0 Mon Sep 17 00:00:00 2001 From: 802ae72ce4cee9759a076bb50b24cbd6 <802ae72ce4cee9759a076bb50b24cbd6@app-learninglab.inria.fr> Date: Wed, 22 Apr 2020 17:51:18 +0000 Subject: [PATCH] Typo correction --- 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 9b9e4e3..6729d73 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -69,7 +69,7 @@ "source": [ "## Using a surface fraction argument\n", "\n", - "A method that is easier to understand and does not make use of thesin function is based on thefact that if $X \\sim U(0, 1)$ and $Y \\sim U(0, 1)$, then $P[X^2 + Y^2 \\le 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 \\le 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