Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
127267d38c32dc95823bfc275741dad7
mooc-rr
Commits
3a101259
Commit
3a101259
authored
May 05, 2021
by
127267d38c32dc95823bfc275741dad7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exo1 essai2
parent
eb05382d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+3
-10
No files found.
module2/exo1/toy_notebook_fr.ipynb
View file @
3a101259
...
...
@@ -4,21 +4,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#
toy_notebook_fr
"
"#
À propos du calcul de $\\pi$
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## À propos du calcul de $\\pi$"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### En demandant à la lib maths"
"## En demandant à la lib maths"
]
},
{
...
...
@@ -97,7 +90,7 @@
"metadata": {},
"source": [
"Sinon, une méthode plus simple à comprendre et ne faisant pas intervenir d’appel à la fonction\n",
"sinus se base sur le fait que si $X \\sim U(0, 1)$ et $Y \\sim U(0, 1)$ alors $P\\left[X^2 + Y^2 \\leq 1\\right] = \\
frac{\\pi}
{4}$ (voir\n",
"sinus se base sur le fait que si $X \\sim U(0, 1)$ et $Y \\sim U(0, 1)$ alors $P\\left[X^2 + Y^2 \\leq 1\\right] = \\
pi/
{4}$ (voir\n",
"\\textcolor{blue}{méthode de Monte Carlo sur Wikipedia}). Le code suivant illustre ce fait :\n"
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment