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
e8cd81a9daec1342b91d86159a8e6219
mooc-rr
Commits
c9f7749e
Commit
c9f7749e
authored
Aug 31, 2022
by
e8cd81a9daec1342b91d86159a8e6219
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final
parent
cdbb3bb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+6
-6
No files found.
module2/exo1/toy_notebook_fr.ipynb
View file @
c9f7749e
...
...
@@ -55,7 +55,7 @@
},
{
"cell_type": "code",
"execution_count":
3
,
"execution_count":
9
,
"metadata": {
"hideCode": false,
"hidePrompt": false
...
...
@@ -67,7 +67,7 @@
"3.128911138923655"
]
},
"execution_count":
3
,
"execution_count":
9
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -77,7 +77,7 @@
"np.random.seed(seed=42)\n",
"N = 10000\n",
"x = np.random.uniform(size=N, low=0, high=1)\n",
"theta =np.random.uniform(size=N, low=0, high=pi/2)\n",
"theta =
np.random.uniform(size=N, low=0, high=pi/2)\n",
"2/(sum((x+np.sin(theta))>1)/N)"
]
},
...
...
@@ -94,7 +94,7 @@
},
{
"cell_type": "code",
"execution_count":
6
,
"execution_count":
10
,
"metadata": {
"hideCode": false,
"hidePrompt": false
...
...
@@ -144,7 +144,7 @@
},
{
"cell_type": "code",
"execution_count":
5
,
"execution_count":
11
,
"metadata": {
"hideCode": false,
"hidePrompt": false
...
...
@@ -156,7 +156,7 @@
"3.112"
]
},
"execution_count":
5
,
"execution_count":
11
,
"metadata": {},
"output_type": "execute_result"
}
...
...
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