-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoursework.html
More file actions
81 lines (81 loc) · 3.02 KB
/
coursework.html
File metadata and controls
81 lines (81 loc) · 3.02 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
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" />
<title>Coursework | Augustin Muyl</title>
<meta
name="description"
content="Coursework completed by Augustin Muyl across mathematics, computer science, physics, and related subjects from 2024 to 2026."
/>
<link rel="canonical" href="https://augustinmuyl.com/coursework.html" />
<meta name="author" content="Augustin Muyl" />
<meta property="og:title" content="Coursework | Augustin Muyl" />
<meta
property="og:description"
content="Mathematics, computer science, and science coursework from 2024 to 2026."
/>
<meta property="og:url" content="https://augustinmuyl.com/coursework.html" />
<meta property="og:type" content="article" />
<meta property="og:image" content="assets/pfp.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Coursework | Augustin Muyl" />
<meta
name="twitter:description"
content="Mathematics, computer science, and science coursework from 2024 to 2026."
/>
<meta name="twitter:image" content="assets/pfp.jpg" />
<link rel="stylesheet" href="globals.css" />
</head>
<main>
<div class="header">
<a href="index.html" class="back-arrow">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-arrow-left-icon lucide-arrow-left"
>
<path d="m12 19-7-7 7-7" />
<path d="M19 12H5" />
</svg>
</a>
<h1>Coursework</h1>
</div>
<div>
<p><u>Fall 2024</u></p>
<p><strong>MA 124:</strong> Integral Calculus</p>
<p><strong>PY 251:</strong> Mechanics and Thermodynamics</p>
<p><strong>AH 111:</strong> Art History</p>
<p><strong>WR 120:</strong> Writing Seminar</p>
</div>
<div>
<p><u>Spring 2025</u></p>
<p><strong>MA 225:</strong> Multivariable Calculus</p>
<p><strong>CS 131:</strong> Discrete Mathematics</p>
<p><strong>CS 392X1:</strong> Advanced Data Structures and Algorithms</p>
<p><strong>EE 100:</strong> Environmental Science</p>
</div>
<div>
<p><u>Fall 2025</u></p>
<p><strong>MAS2103:</strong> Linear Algebra I</p>
<p><strong>MAP2302:</strong> Differential Equations</p>
<p><strong>PHY2049:</strong> Electricity and Magnetism</p>
<p><strong>ETD1340:</strong> Engineering Technical Drawing</p>
<p><strong>HUM1020:</strong> Humanities</p>
</div>
<div>
<p><u>Spring 2026</u></p>
<p><strong>MAS3301:</strong> Algebraic Structures</p>
<p><strong>MAS3105:</strong> Linear Algebra II</p>
<p><strong>STA2023:</strong> Statistical Methods</p>
<p><strong>SPC1017:</strong> Introduction to Communication</p>
<p><strong>CLP1006:</strong> Psych of Personal Effectiveness</p>
</div>
</main>