Update journal_de_bord.md

parent 90a6e919
......@@ -39,7 +39,17 @@ Une ligne de `code`
## module2
## exo1:
from math import *
print(pi)
## exo1: on trouve tout dans jupyter module 2
1. On the computation of π
2. Buffon’s needle
Applying the method of Buffon’s needle, we get the approximation for pi in our case
3. Using a surface fraction argument
A method that is easier to understand and does not make use of the sin function is based on the fact that if X ∼ U(0, 1) and Y ∼ U(0, 1), then P[X2 + Y2 ≤ 1] = π/4 . The following code uses this approach:
4. Écrire le lien "aiguilles de Buffon" vers wikipedia
5. Écrire le code de la méthode de Buffon pour Python et pour R
6. ECRIRE DANS LE LANGUAGE R
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