This commit is contained in:
Zheyuan Wu
2024-12-07 15:33:14 -06:00
parent 94817e8381
commit f5f0e2a5c3
10 changed files with 203 additions and 100 deletions

View File

@@ -4,29 +4,29 @@ export default {
type: 'separator'
},
Exam_reviews: "Exam reviews",
Math4111_L1: "Lecture 1",
Math4111_L2: "Lecture 2",
Math4111_L3: "Lecture 3",
Math4111_L4: "Lecture 4",
Math4111_L5: "Lecture 5",
Math4111_L6: "Lecture 6",
Math4111_L7: "Lecture 7",
Math4111_L8: "Lecture 8",
Math4111_L9: "Lecture 9",
Math4111_L10: "Lecture 10",
Math4111_L11: "Lecture 11",
Math4111_L12: "Lecture 12",
Math4111_L13: "Lecture 13",
Math4111_L14: "Lecture 14",
Math4111_L15: "Lecture 15",
Math4111_L16: "Lecture 16",
Math4111_L17: "Lecture 17",
Math4111_L18: "Lecture 18",
Math4111_L19: "Lecture 19",
Math4111_L20: "Lecture 20",
Math4111_L21: "Lecture 21",
Math4111_L22: "Lecture 22",
Math4111_L23: "Lecture 23",
Math4111_L24: "Lecture 24",
Math4111_L25: "Lecture 25"
Math4111_L1: "Introduction to Real Analysis (Lecture 1)",
Math4111_L2: "Introduction to Real Analysis (Lecture 2)",
Math4111_L3: "Introduction to Real Analysis (Lecture 3)",
Math4111_L4: "Introduction to Real Analysis (Lecture 4)",
Math4111_L5: "Introduction to Real Analysis (Lecture 5)",
Math4111_L6: "Introduction to Real Analysis (Lecture 6)",
Math4111_L7: "Introduction to Real Analysis (Lecture 7)",
Math4111_L8: "Introduction to Real Analysis (Lecture 8)",
Math4111_L9: "Introduction to Real Analysis (Lecture 9)",
Math4111_L10: "Introduction to Real Analysis (Lecture 10)",
Math4111_L11: "Introduction to Real Analysis (Lecture 11)",
Math4111_L12: "Introduction to Real Analysis (Lecture 12)",
Math4111_L13: "Introduction to Real Analysis (Lecture 13)",
Math4111_L14: "Introduction to Real Analysis (Lecture 14)",
Math4111_L15: "Introduction to Real Analysis (Lecture 15)",
Math4111_L16: "Introduction to Real Analysis (Lecture 16)",
Math4111_L17: "Introduction to Real Analysis (Lecture 17)",
Math4111_L18: "Introduction to Real Analysis (Lecture 18)",
Math4111_L19: "Introduction to Real Analysis (Lecture 19)",
Math4111_L20: "Introduction to Real Analysis (Lecture 20)",
Math4111_L21: "Introduction to Real Analysis (Lecture 21)",
Math4111_L22: "Introduction to Real Analysis (Lecture 22)",
Math4111_L23: "Introduction to Real Analysis (Lecture 23)",
Math4111_L24: "Introduction to Real Analysis (Lecture 24)",
Math4111_L25: "Introduction to Real Analysis (Lecture 25)"
}

View File

@@ -0,0 +1,62 @@
# Math 4111
This is a course about real analysis.
Topics include:
1. Number Theory
2. Basic topology and set theory
3. Sequences and Series
4. Convergence of Series and Sequences
5. Limits and Continuity
The course is taught by [Alan Chang](https://math.wustl.edu/people/alan-chang).
It is easy in my semester perhaps, it is the first course I got 3 perfect scores in exams. (Unfortunately, I did not get the extra credit for the third midterm exam.)
<!--
## Midterms stats
Our semester is way more easier than the previous ones. The previous ones got median scores of 25.
Stats for first midterm:
| |out of|avg|stddev|25th|50th|75th|
|--|--|--|--|--|--|--|
|total|50|40.7|9.9|37.0|45.0|48.0|
|1a|10|9.3|2.0|10.0|10.0|10.0|
|1b|10|8.3|2.4|6.8|9.0|10.0|
|2a|10|7.5|3.1|6.0|8.0|10.0|
|2b|10|6.9|3.4|4.0|8.0|10.0|
|3|10|8.8|2.4|9.0|10.0|10.0|
I skipped the last half hour, still get 50. I can't believe how easy it is compared to homework assignments.
Stats for second midterm:
| |out of|avg|stddev|25th|50th|75th|
|--|--|--|--|--|--|--|
|total|50.0|37.3|12.4|30.5|41.0|47.5|
|1|10|7.6|3.2|4.0|10.0|10.0|
|2|10|8.9|2.7|10.0|10.0|10.0|
|3|10|6.6|3.4|4.0|8.0|10.0|
|4a|10|6.6|4.1|2.0|9.0|10.0|
|4b|10|7.7|3.5|8.0|10.0|10.0|
I skipped the last half hour again, still get 50. But I felt this time is more challenging than the first one. Much like what Math is.
Stats for third midterm:
| |out of|avg|stddev|25th|50th|75th|
|--|--|--|--|--|--|--|
|total|50.0|37.2|10.1|31.0|40.0|44.8|
|1|10|8.2|3.1|7.0|10.0|10.0|
|2|10|8.2|2.5|7.0|10.0|10.0|
|3|10|7.1|3.0|6.0|6.0|10.0|
|4a|10|5.6|4.2|0.0|6.5|9.8|
|4b|10|8.1|3.4|6.5|10.0|10.0|
|5|0|0.0|0.1|0.0|0.0|0.0|
I got 50 and just barely made it. The third midterm is the hardest one. The extra credit question is way too hard and I only got few minutes to solve it.-->