Écrire le code qui affiche le diagramme final

parent 3ae52f1f
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
} }
], ],
"source": [ "source": [
"%matplotlib inline \n", "%matplotlib inline \n",
"import matplotlib.pyplot as plt\n", "import matplotlib.pyplot as plt\n",
"\n", "\n",
"np.random.seed(seed=42)\n", "np.random.seed(seed=42)\n",
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Il est alors aisé d’obtenir une approximation (pas terrible) de p en comptant combien de fois, en moyenne, X2 +Y2 est inférieur à 1 :" "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 :"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment