From d062a490331b64454145928bb55f11e8d22f2632 Mon Sep 17 00:00:00 2001 From: d67f1d289df81656bf4e76b9db13fedf Date: Sun, 13 Nov 2022 22:38:54 +0000 Subject: [PATCH] =?UTF-8?q?Paragraphe=202=20argument=20fr=C3=A9quenciel=20?= =?UTF-8?q?de=20surface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo1/toy_notebook_fr.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index baf3a6e..b78db39 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -105,6 +105,13 @@ "ax.set_aspect('equal')" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Il est alors aisé d'obtenir une approximation (pas terrible) de $\\pi$ en comptant combien de fois, en moyenne, $X^2 + Y^2$ est inférieur à 1 :" + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1