-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2240.html
56 lines (54 loc) · 2.94 KB
/
2240.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title>Another Lp Space</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="infobar">
<div class="infobar-inner">
<div class="infobar-header">
<a href="./index.html">Liam Packer</a>
<br>
<small>Just another <span class="math
inline"><em>L</em><sup><em>p</em></sup></span> space.</small>
</div>
<nav class="infobar-navigation" aria-label="Main Menu">
<ul>
<li><a href="./index.html">About Me</a></li>
<li><a href="./assets/cv.pdf">CV</a></li>
<li><a href="./research.html">Research</a></li>
<li><a href="./teaching.html">Teaching</a></li>
<li><a href="./misc.html">Misc...</a></li>
<!-- <li><a href="#posts">Posts</a></li> -->
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</nav>
</div>
</header>
<main id="content" class="centered-container">
<h1>[Math 2240] Theoretical Linear Algebra and Calculus</h1>
<p>The second course in the honors first-year sequence at Cornell. Supposedly designed after Harvard’s 55 sequence by <a href="https://math.cornell.edu/john-h-hubbard">John Hubbard</a>. The students were incredibly talented. The environment was collaborative, and I felt we were learning the material together and from each-other.</p>
<p>Course textbook: <a href="https://www.amazon.com/Vector-Calculus-Linear-Algebra-Differential-dp-0971576688/dp/0971576688">Vector Calculus, Linear Algebra, and Differential Forms: A Unified Approach</a>.</p>
<p>Worksheets:</p>
<ul>
<li><a href="assets/teaching/2240/w1.pdf">week 1</a></li>
<li><a href="assets/teaching/2240/w2.pdf">week 2</a></li>
<li><a href="assets/teaching/2240/w3.pdf">week 3</a></li>
<li><a href="assets/teaching/2240/w4.pdf">week 4</a></li>
<li><a href="assets/teaching/2240/w5.pdf">week 5</a></li>
<li><a href="assets/teaching/2240/w6.pdf">week 6</a></li>
<li><a href="assets/teaching/2240/problem-sheet.pdf">Problem Sheet</a> (Second half of semester)</li>
</ul>
<p>For the second half of the semester, we discussed problems from the above problem sheet. Some recitations were used to learn new but relevant material (dual spaces and tensors from a pure vector-space point of view, Lagrange multipliers through an exactness condition on morphisms between tangent spaces …).</p>
</main>
<footer class="footer">
<div class="footer-block">
<p>© 2024-12-* Liam Packer. Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a>.</p>
</div>
</footer>
</body>
</html>