Update toy_document_orgmode_python_fr.org

parent 7dfa4658
......@@ -40,7 +40,7 @@ theta = np.random.uniform(size=N, low=0, high=pi/2)
* Avec un argument "fréquentiel" de surface
Sinon, une méthode plus simple à comprendre et ne faisant pas
intervenir d'appel à la fonction sinus se base sur le fait que si
$X\sim U(0,1)$ et $Y\sim U(0,1)$ alors $P[X^2+Y^2 \leq1]=\pi/4$ (voir [[https://fr.wikipedia.org/wiki/M%25C3%25A9thode_de_Monte-Carlo#D%25C3%25A9termination_de_la_valeur_de_%25CF%2580][méthode
$X\sim U(0,1)$ et $Y\sim U(0,1)$ alors $P[X^2+Y^2\leq 1] = \pi/4$ (voir [[https://fr.wikipedia.org/wiki/M%25C3%25A9thode_de_Monte-Carlo#D%25C3%25A9termination_de_la_valeur_de_%25CF%2580][méthode
de
Monte Carlo sur Wikipedia]]). Le code suivant illustre ce fait :
......
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