From b8a636efef52b283a56c9e702cc1a737fa349261 Mon Sep 17 00:00:00 2001 From: 724aaab995271739bac044894b5182b9 <724aaab995271739bac044894b5182b9@app-learninglab.inria.fr> Date: Sun, 19 Apr 2020 19:56:06 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20num=C3=A9rotation=20des=20chapitr?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo1/toy_notebook_fr.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 4b7d689..bade8dd 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -4,9 +4,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# 1 A propos du calcul de $\\pi$\n", + "# A propos du calcul de $\\pi$\n", "\n", - "## 1.1 En demandant à la lib maths\n", + "## En demandant à la lib maths\n", "\n", "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" ] @@ -66,7 +66,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## 1.3 Avec un argument \"fréquentiel\" de surface\n", + "## Avec un argument \"fréquentiel\" de surface\n", "Sinon, une méthode plus simple à comprendre et ne faisant pas intervenir d’appel à la fonction\n", "sinus se base sur le fait que si $X \\sim U(0,1)$ et $Y \\sim U(0,1)$ alors $P[X²+Y²\\le 1]=\\pi/4$ ([voir méthode de Monte Carlo sur Wikipedia](https://fr.wikipedia.org/wiki/M%C3%A9thode_de_Monte-Carlo#D%C3%A9termination_de_la_valeur_de_%CF%80)). Le code suivant illustre ce fait\n", "\n" -- 2.18.1