Update toy_notebook_fr

parent e27b9b2f
......@@ -109,6 +109,14 @@
"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,\n",
"en moyenne, $X^2+Y^2$ est inférieur à 1 "
]
},
{
"cell_type": "code",
"execution_count": 18,
......@@ -128,13 +136,6 @@
"source": [
"4*np.mean(accept)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
......
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