From a861477d7443985d70889725701a8c6878eb9909 Mon Sep 17 00:00:00 2001 From: Trance-0 <60459821+Trance-0@users.noreply.github.com> Date: Fri, 30 Jan 2026 12:56:30 -0600 Subject: [PATCH] updates --- content/Math4302/Math4302_L8.md | 1 + content/Math4302/_meta.js | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 content/Math4302/Math4302_L8.md diff --git a/content/Math4302/Math4302_L8.md b/content/Math4302/Math4302_L8.md new file mode 100644 index 0000000..cba6fe9 --- /dev/null +++ b/content/Math4302/Math4302_L8.md @@ -0,0 +1 @@ +# Math4302 Modern Algebra (Lecture 8) \ No newline at end of file diff --git a/content/Math4302/_meta.js b/content/Math4302/_meta.js index 0534b08..a02dddb 100644 --- a/content/Math4302/_meta.js +++ b/content/Math4302/_meta.js @@ -9,4 +9,6 @@ export default { Math4302_L4: "Modern Algebra (Lecture 4)", Math4302_L5: "Modern Algebra (Lecture 5)", Math4302_L6: "Modern Algebra (Lecture 6)", + Math4302_L7: "Modern Algebra (Lecture 7)", + Math4302_L8: "Modern Algebra (Lecture 8)", }