-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
162 lines (155 loc) · 5.38 KB
/
Copy pathteaching.html
File metadata and controls
162 lines (155 loc) · 5.38 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<h2 class="mb-4">Teaching (Last 10 Years)</h2>
<strong>Excerpts from Class feedback</strong>
<blockquote class="blockquote-footer">
<p class="mb-0 fst-italic">"There's just some vibe about him that inspires me. He teaches so subtly,
chills out
with us to reduce our
pressure and at the same time teaches excellently well. He is the best."
<br>
“His enthusiasm and liveliness always reminds me to enjoy everything and take lessons from it all.”
<br>
“He has been extremely understanding and friendly with all of us thus making us comfortable.”
</p>
</blockquote>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead class="table-light">
<tr>
<th>Course</th>
<th>Semester</th>
<th>Level</th>
<th>Class Size</th>
<th>Ratings <br> (out of 4)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Engineering Mathematics 1 (MAT103/MAT1003)</td>
<td> Monsoon 2025, Monsoon 2024, 2023, 2022, 2021, 2020, 2019, 2017, 2016, 2015</td>
<td>First Year Engineering Students</td>
<td>250 (average)</td>
<td>Above 3.5</td>
</tr>
<tr>
<td>Engineering Mathematics 2 (MAT104/MAT1004)</td>
<td>Spring 2026, Spring 2023, 2022, 2021, 2020, 2017, 2016</td>
<td>First Year Engineering Students</td>
<td>200 (average)</td>
<td>Above 3.5</td>
</tr>
<tr>
<td>Large Language Models</td>
<td>Spring 2025, Monsoon 2025</a>
</td>
<td>UG Students</td>
<td>33, 85</td>
<td>Above 3.5</td>
</tr>
<tr>
<td>Reinforcement Learning</td>
<td>Monsoon 2024</td>
<td>PhD Mathematics</td>
<td>5</td>
<td></td>
</tr>
<tr>
<td>Numerical Analysis - I (MAT280)</td>
<td>Spring 2022, 2019, 2018</td>
<td>2nd & 3rd Year Math Students</td>
<td>32</td>
<td>3.5</td>
</tr>
<tr>
<td>Fundamentals of Mathematics (MAT605)</td>
<td>Spring 2022</td>
<td>PhD CS Engineering</td>
<td>1</td>
<td></td>
</tr>
<tr>
<td>Causal Machine Learning (MAT696)</td>
<td>Spring 2021</td>
<td>PhD Mathematics</td>
<td>1</td>
<td></td>
</tr>
<tr>
<td>Numerical Optimization (MAT678)</td>
<td>Spring 2020</td>
<td>PhD Mathematics</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>Optimal Control of Systems Governed by PDEs (MAT785)</td>
<td>Monsoon 2019</td>
<td>PhD Mathematics</td>
<td>2</td>
<td></td>
</tr>
<tr>
<td>Numerical PDE (MAT694)</td>
<td>Spring 2019</td>
<td>PhD Mathematics</td>
<td>2</td>
<td></td>
</tr>
<tr>
<td>Mathematical Modelling (MAT150)</td>
<td>Monsoon 2018</td>
<td>1st Year BS Mathematics</td>
<td>10</td>
<td>3</td>
</tr>
<tr>
<td>Partial Differential Equations (MAT330)</td>
<td>Monsoon 2018, 2017; Spring 2016</td>
<td>3rd & 4th Year BS Mathematics</td>
<td>40</td>
<td>3.5</td>
</tr>
<tr>
<td>Finite Volume Method (MAT681)</td>
<td>Monsoon 2018</td>
<td>PhD Mathematics & Mechanical Engineering</td>
<td>1</td>
<td></td>
</tr>
<tr>
<td>Numerical Linear Algebra</td>
<td>Monsoon 2018</td>
<td>PhD Mathematics</td>
<td>2</td>
<td></td>
</tr>
<tr>
<td>Computational PDE (MAT434)</td>
<td>Spring 2018</td>
<td>3rd & 4th Year BS Maths + UWE students</td>
<td>34</td>
<td>3.5</td>
</tr>
<tr>
<td>Ordinary Differential Equations (MAT430)</td>
<td>Summer 2017</td>
<td>3rd & 4th Year BS Maths</td>
<td>6</td>
<td></td>
</tr>
<tr>
<td>Computational Fluid Dynamics (MAT433)</td>
<td>Spring 2017</td>
<td>3rd & 4th Year BS Maths + UWE students</td>
<td>13</td>
<td>3.4</td>
</tr>
<tr>
<td>Linear Algebra (MAT660)</td>
<td>Monsoon 2016</td>
<td>MS & PhD Mathematics</td>
<td>5</td>
<td></td>
</tr>
</tbody>
</table>
</div>