From 6e697c263eecd0e4b2d5a23af2d5eba31b90389a Mon Sep 17 00:00:00 2001 From: a2ce4320c745e2d5df4252c38ea2bb7b Date: Thu, 21 May 2020 15:41:01 +0000 Subject: [PATCH] =?UTF-8?q?Changements=20apr=C3=A8s=20consultation=20du=20?= =?UTF-8?q?pdf=20:=20suppression=20du=20titre=20du=20doc=20et=20de=20la=20?= =?UTF-8?q?date,=20descente=20d'un=20niveau=20des=20titres,=20suppression?= =?UTF-8?q?=20de=20la=20num=C3=A9roation=20des=20titres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo1/toy_notebook_fr.ipynb | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 7cc6f79..fb379bb 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -4,23 +4,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# toy_notebook_fr" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "March 28, 2019" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 1. À propos du calcul de $\\pi$\n", + "# À propos du calcul de $\\pi$\n", "\n", - "### 1.1 En demandant à la lib maths\n", + "## En demandant à la lib maths\n", "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" ] }, @@ -46,7 +32,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### 1.2 En utilisant la méthode des aiguilles de Buffon\n", + "## En utilisant la méthode des aiguilles de Buffon\n", "Mais calculé avec la **méthode** des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme approximation:" ] }, @@ -79,7 +65,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 sinus se base sur le fait que si $X \\sim U(0,1)$ et $Y \\sim U(0,1)$ alors $P[X^2 + Y^2 \\le 1] = \\pi/4$ (voir [méthode 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 soivant illustre ce fait :" ] }, -- 2.18.1