-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.html
143 lines (115 loc) · 4.52 KB
/
teaching.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8"/>
<meta name="description" content="Professional webpage">
<meta name="author" content="Pierre Cagne">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<title>Pierre Cagne — Teaching page</title>
</head>
<body>
<header id="sidebar"></header>
<h1>Teaching</h1>
<div class="main">
<section>
<h2>Year 2017-2018</h2>
<p>
<h3>Fall 2017</h3> I am in charge of the tutoring sessions
of the courses "Algorithmique et Programmation" (AP3,
Bachelor degree in mathematics 2nd year) and "Soutien
mathématique pour les chimistes" (51DE14CH, Bachelor degree
in chemistry 2nd year). Below is some material.
<br/><br/>
<h4>AP3</h4> "Algorithmique et Programmation" — L2 de
mathématiques:
<ul>
<li><a href="teaching/20172018/AP3/corrtd2.zip">correction</a>
du
TD2, <a href="teaching/20172018/AP3/corrtd2.pdf">correction</a>
de la partie écrite (calcul de complexité).</li>
<li><a href="teaching/20172018/AP3/corrtd3.zip">correction</a>
du TD3.</li>
<li><a href="teaching/20172018/AP3/corrtd5.zip">correction</a>
du TD5.</li>
<li><a href="teaching/20172018/AP3/corrtd6.zip">correction</a>
du TD6.</li>
<li><a href="teaching/20172018/AP3/notes_partiel.txt">notes</a>
du partiel (anonymisées).</li>
<li>DM à rendre pour le 22/11/2017 : exercice B du td7
(cf. Moodle). Les questions 1 à 5 sont à rendre sur papier
lors de la séance du 22 ou par mail en pdf (rédigé en
LaTeX). La question 6 est à rendre par mail sous la forme
d'un fichier python (nommé votre_nom.py). La deadline de
réception des rendus par mail est fixé
au <strong>22/11/2017 à 23h59</strong>.</li>
<li><a href="teaching/20172018/AP3/corrtd8.zip">correction</a>
du TD8.</li>
<li><a href="teaching/20172018/AP3/corrdm.pdf">correction</a>
du DM, et <a href="teaching/20172018/AP3/corrdm.zip">code</a>.</li>
<li><a href="teaching/20172018/AP3/corrtd11.zip">correction</a>
du TD11.</li>
</ul>
<br/>
<h4>51DE14CH</h4> "Soutien mathématique pour les chimistes"
— L2 de chimie:
<ul>
<li><a href="teaching/20172018/51DE14CH/ex_base_change.pdf">exercices</a>
d'entraînement sur les changements de bases</li>
<li><a href="teaching/20172018/51DE14CH/partiel_corr.pdf">correction</a>
du partiel (sujet A)</li>
<li><a href="teaching/20172018/51DE14CH/dm_corr.pdf">correction</a>
du
DM. (<a href="teaching/20172018/51DE14CH/dm_corr_doubleinterline.pdf">Version</a>
avec interlignes doubles.)</li>
<li><a href="teaching/20172018/51DE14CH/revisions_corr.pdf">correction</a>
de l'exercice sur la diagonalisation du sujet de révision
(commencé en TD le 12/12/2017).</li>
</ul>
</p>
</section>
<section>
<h2>Year 2016-2017</h2>
<p>
<h3>Fall 2016</h3> I was in charge of the tutoring sessions
of the courses "Algorithmique et Programmation" (AP3,
Bachelor degree in mathematics 2nd year) and "Algorithmique
et projet informatique" (UGMT41, Master degree in
mathematics 1st year). Below is some archived material.
</br></br>
<h4>UGMT41</h4>
<a href="teaching/20162017/algo_proj_m1/archives.html">archives</a>.
</br>
<h4>AP3</h4>
<a href="teaching/20162017/AP3/archives.html">archives.</a>
</p>
</section>
<section>
<h2>Year 2015-2016</h2>
<p>
<h3>Spring 2016</h3> I was examiner for the oral exercise of
the course "Algèbre et analyse approfondies II" (MM4) of the
2nd year of the bachelor degree in mathematics at Université
Paris Diderot.
</p>
<p>
<h3>Fall 2015</h3> I was tutorial manager for the course
"Algorithmique et Programmation" (AP3) of the 2nd year of the
bachelor degree in mathematics at Université Paris Diderot.<br/>
<a href="teaching/20152016/AP3/dm.pdf">Here</a> is the graded
homework I gave to the students.
</p>
</section>
<section>
<h2>Year 2014-2015</h2> I was examiner for the weekly oral
exercise (Khôlles) of the HKBL class of Lycée Sainte Marie de
Neuilly in mathematics. You can found the exercise sheets and
some
corrections <a href="kholles/kholles20142015.html">here</a>.
</section>
</div>
<footer>
<license-footer type="CC-BY-SA 4.0"></license-footer>
</footer>
<script type="module" src="src/Index.js"></script>
</body>
</html>