From 8d282d2205231e5fb4d9b30109281118193d6463 Mon Sep 17 00:00:00 2001 From: Trance-0 <60459821+Trance-0@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:30:20 -0600 Subject: [PATCH] update 3200 notes --- next-env.d.ts | 5 + package-lock.json | 20 + package.json | 3 + pages/Math3200/Lecture_1.mdx | 1 + pages/Math3200/Lecture_10.mdx | 1 + pages/Math3200/Lecture_11.mdx | 1 + pages/Math3200/Lecture_12.mdx | 1 + pages/Math3200/Lecture_13.mdx | 1 + pages/Math3200/Lecture_14.mdx | 1 + pages/Math3200/Lecture_15.mdx | 1 + pages/Math3200/Lecture_16.mdx | 1 + pages/Math3200/Lecture_17.mdx | 1 + pages/Math3200/Lecture_18.mdx | 1 + pages/Math3200/Lecture_19.mdx | 1 + pages/Math3200/Lecture_2.mdx | 1 + pages/Math3200/Lecture_20.mdx | 1 + pages/Math3200/Lecture_21.mdx | 1 + pages/Math3200/Lecture_22.mdx | 1 + pages/Math3200/Lecture_23.mdx | 1 + pages/Math3200/Lecture_24.mdx | 1 + pages/Math3200/Lecture_25.mdx | 1 + pages/Math3200/Lecture_26.mdx | 1 + pages/Math3200/Lecture_27.mdx | 1 + pages/Math3200/Lecture_28.mdx | 1 + pages/Math3200/Lecture_29.mdx | 1 + pages/Math3200/Lecture_3.mdx | 1 + pages/Math3200/Lecture_30.mdx | 1 + pages/Math3200/Lecture_31.mdx | 1 + pages/Math3200/Lecture_32.mdx | 1 + pages/Math3200/Lecture_33.mdx | 1 + pages/Math3200/Lecture_34.mdx | 1 + pages/Math3200/Lecture_35.mdx | 1 + pages/Math3200/Lecture_36.mdx | 1 + pages/Math3200/Lecture_37.mdx | 1 + pages/Math3200/Lecture_38.mdx | 1 + pages/Math3200/Lecture_39.mdx | 1 + pages/Math3200/Lecture_4.mdx | 1 + pages/Math3200/Lecture_40.mdx | 1 + pages/Math3200/Lecture_5.mdx | 1 + pages/Math3200/Lecture_6.mdx | 1 + pages/Math3200/Lecture_7.mdx | 1 + pages/Math3200/Lecture_8.mdx | 1 + pages/Math3200/Lecture_9.mdx | 1 + pages/Math3200/_meta.js | 46 + pages/Math3200/index.md | 11 + pages/Math3200/public_html_ifram_gen.py | 52 + pages/_meta.js | 3 + public/Math3200/Lecture_1.html | 502 ++++ public/Math3200/Lecture_10.html | 526 ++++ public/Math3200/Lecture_11.html | 433 ++++ public/Math3200/Lecture_12.html | 559 ++++ public/Math3200/Lecture_13.html | 616 +++++ public/Math3200/Lecture_14.html | 561 ++++ public/Math3200/Lecture_15.html | 617 +++++ public/Math3200/Lecture_16.html | 488 ++++ public/Math3200/Lecture_17.html | 632 +++++ public/Math3200/Lecture_18.html | 530 ++++ public/Math3200/Lecture_19.html | 565 ++++ public/Math3200/Lecture_2.html | 448 ++++ public/Math3200/Lecture_20.html | 479 ++++ public/Math3200/Lecture_21.html | 3110 +++++++++++++++++++++++ public/Math3200/Lecture_22.html | 531 ++++ public/Math3200/Lecture_23.html | 515 ++++ public/Math3200/Lecture_24.html | 491 ++++ public/Math3200/Lecture_25.html | 534 ++++ public/Math3200/Lecture_26.html | 569 +++++ public/Math3200/Lecture_27.html | 532 ++++ public/Math3200/Lecture_28.html | 582 +++++ public/Math3200/Lecture_29.html | 461 ++++ public/Math3200/Lecture_3.html | 428 ++++ public/Math3200/Lecture_30.html | 634 +++++ public/Math3200/Lecture_31.html | 518 ++++ public/Math3200/Lecture_32.html | 532 ++++ public/Math3200/Lecture_33.html | 617 +++++ public/Math3200/Lecture_34.html | 485 ++++ public/Math3200/Lecture_35.html | 457 ++++ public/Math3200/Lecture_36.html | 668 +++++ public/Math3200/Lecture_37.html | 757 ++++++ public/Math3200/Lecture_38.html | 1236 +++++++++ public/Math3200/Lecture_39.html | 541 ++++ public/Math3200/Lecture_4.html | 525 ++++ public/Math3200/Lecture_40.html | 498 ++++ public/Math3200/Lecture_5.html | 534 ++++ public/Math3200/Lecture_6.html | 485 ++++ public/Math3200/Lecture_7.html | 487 ++++ public/Math3200/Lecture_8.html | 483 ++++ public/Math3200/Lecture_9.html | 441 ++++ tsconfig.json | 29 + 88 files changed, 24816 insertions(+) create mode 100644 next-env.d.ts create mode 100644 pages/Math3200/Lecture_1.mdx create mode 100644 pages/Math3200/Lecture_10.mdx create mode 100644 pages/Math3200/Lecture_11.mdx create mode 100644 pages/Math3200/Lecture_12.mdx create mode 100644 pages/Math3200/Lecture_13.mdx create mode 100644 pages/Math3200/Lecture_14.mdx create mode 100644 pages/Math3200/Lecture_15.mdx create mode 100644 pages/Math3200/Lecture_16.mdx create mode 100644 pages/Math3200/Lecture_17.mdx create mode 100644 pages/Math3200/Lecture_18.mdx create mode 100644 pages/Math3200/Lecture_19.mdx create mode 100644 pages/Math3200/Lecture_2.mdx create mode 100644 pages/Math3200/Lecture_20.mdx create mode 100644 pages/Math3200/Lecture_21.mdx create mode 100644 pages/Math3200/Lecture_22.mdx create mode 100644 pages/Math3200/Lecture_23.mdx create mode 100644 pages/Math3200/Lecture_24.mdx create mode 100644 pages/Math3200/Lecture_25.mdx create mode 100644 pages/Math3200/Lecture_26.mdx create mode 100644 pages/Math3200/Lecture_27.mdx create mode 100644 pages/Math3200/Lecture_28.mdx create mode 100644 pages/Math3200/Lecture_29.mdx create mode 100644 pages/Math3200/Lecture_3.mdx create mode 100644 pages/Math3200/Lecture_30.mdx create mode 100644 pages/Math3200/Lecture_31.mdx create mode 100644 pages/Math3200/Lecture_32.mdx create mode 100644 pages/Math3200/Lecture_33.mdx create mode 100644 pages/Math3200/Lecture_34.mdx create mode 100644 pages/Math3200/Lecture_35.mdx create mode 100644 pages/Math3200/Lecture_36.mdx create mode 100644 pages/Math3200/Lecture_37.mdx create mode 100644 pages/Math3200/Lecture_38.mdx create mode 100644 pages/Math3200/Lecture_39.mdx create mode 100644 pages/Math3200/Lecture_4.mdx create mode 100644 pages/Math3200/Lecture_40.mdx create mode 100644 pages/Math3200/Lecture_5.mdx create mode 100644 pages/Math3200/Lecture_6.mdx create mode 100644 pages/Math3200/Lecture_7.mdx create mode 100644 pages/Math3200/Lecture_8.mdx create mode 100644 pages/Math3200/Lecture_9.mdx create mode 100644 pages/Math3200/_meta.js create mode 100644 pages/Math3200/index.md create mode 100644 pages/Math3200/public_html_ifram_gen.py create mode 100644 public/Math3200/Lecture_1.html create mode 100644 public/Math3200/Lecture_10.html create mode 100644 public/Math3200/Lecture_11.html create mode 100644 public/Math3200/Lecture_12.html create mode 100644 public/Math3200/Lecture_13.html create mode 100644 public/Math3200/Lecture_14.html create mode 100644 public/Math3200/Lecture_15.html create mode 100644 public/Math3200/Lecture_16.html create mode 100644 public/Math3200/Lecture_17.html create mode 100644 public/Math3200/Lecture_18.html create mode 100644 public/Math3200/Lecture_19.html create mode 100644 public/Math3200/Lecture_2.html create mode 100644 public/Math3200/Lecture_20.html create mode 100644 public/Math3200/Lecture_21.html create mode 100644 public/Math3200/Lecture_22.html create mode 100644 public/Math3200/Lecture_23.html create mode 100644 public/Math3200/Lecture_24.html create mode 100644 public/Math3200/Lecture_25.html create mode 100644 public/Math3200/Lecture_26.html create mode 100644 public/Math3200/Lecture_27.html create mode 100644 public/Math3200/Lecture_28.html create mode 100644 public/Math3200/Lecture_29.html create mode 100644 public/Math3200/Lecture_3.html create mode 100644 public/Math3200/Lecture_30.html create mode 100644 public/Math3200/Lecture_31.html create mode 100644 public/Math3200/Lecture_32.html create mode 100644 public/Math3200/Lecture_33.html create mode 100644 public/Math3200/Lecture_34.html create mode 100644 public/Math3200/Lecture_35.html create mode 100644 public/Math3200/Lecture_36.html create mode 100644 public/Math3200/Lecture_37.html create mode 100644 public/Math3200/Lecture_38.html create mode 100644 public/Math3200/Lecture_39.html create mode 100644 public/Math3200/Lecture_4.html create mode 100644 public/Math3200/Lecture_40.html create mode 100644 public/Math3200/Lecture_5.html create mode 100644 public/Math3200/Lecture_6.html create mode 100644 public/Math3200/Lecture_7.html create mode 100644 public/Math3200/Lecture_8.html create mode 100644 public/Math3200/Lecture_9.html create mode 100644 tsconfig.json diff --git a/next-env.d.ts b/next-env.d.ts new file mode 100644 index 0000000..52e831b --- /dev/null +++ b/next-env.d.ts @@ -0,0 +1,5 @@ +/// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information. diff --git a/package-lock.json b/package-lock.json index 238d031..c731b80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,9 @@ "nextra-theme-docs": "^3.2.3", "react": "^18.3.1", "react-dom": "^18.3.1" + }, + "devDependencies": { + "@types/node": "22.10.7" } }, "node_modules/@antfu/install-pkg": { @@ -1565,6 +1568,16 @@ "@types/unist": "*" } }, + "node_modules/@types/node": { + "version": "22.10.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz", + "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "node_modules/@types/react": { "version": "19.0.7", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.7.tgz", @@ -6081,6 +6094,13 @@ "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==", "license": "MIT" }, + "node_modules/undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "dev": true, + "license": "MIT" + }, "node_modules/unified": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", diff --git a/package.json b/package.json index 2ba4003..70339a2 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,8 @@ "nextra-theme-docs": "^3.2.3", "react": "^18.3.1", "react-dom": "^18.3.1" + }, + "devDependencies": { + "@types/node": "22.10.7" } } diff --git a/pages/Math3200/Lecture_1.mdx b/pages/Math3200/Lecture_1.mdx new file mode 100644 index 0000000..9c37322 --- /dev/null +++ b/pages/Math3200/Lecture_1.mdx @@ -0,0 +1 @@ +