no commit message

parent 57efa44b
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 1 À propos du calcul de π"
"# 1 À propos du calcul de $\\pi$"
]
},
{
......@@ -18,7 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Mon ordinateur indique que π vaut approximativement"
"Mon ordinateur indique que $\\pi$ vaut approximativement"
]
},
{
......@@ -50,7 +57,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Mais calculé avec la méthode des aiguilles de Buffon, on obtiendrait comme approximation:"
"Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ :"
]
},
{
......@@ -132,7 +139,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Il est alors aisé d'obtenir une approximation (pas térrible) de π en comptant combien de fois, en moyenne, X²+Y² est inférieur à 1"
"Il est alors aisé d'obtenir une approximation (pas térrible) 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