From 0a2b7b3b9becb79d5cf977fdb87d4f0ce65ca284 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 13 Nov 2022 13:26:21 -0800 Subject: remove not required css --- build/website/mathematics/calculus/index.html | 48 ++++++++++++++++++++++ .../mathematics/differential_equations/index.html | 46 +++++++++++++++++++++ build/website/mathematics/index.html | 2 +- .../website/mathematics/linear_algebra/index.html | 46 +++++++++++++++++++++ 4 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 build/website/mathematics/calculus/index.html create mode 100644 build/website/mathematics/differential_equations/index.html create mode 100644 build/website/mathematics/linear_algebra/index.html (limited to 'build/website/mathematics') diff --git a/build/website/mathematics/calculus/index.html b/build/website/mathematics/calculus/index.html new file mode 100644 index 0000000..ab88348 --- /dev/null +++ b/build/website/mathematics/calculus/index.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + +Calculus + + + + + +
+

Calculus

+

+Calculus is the age-old study of infinetesimal rates of change. +I write articles here from the perspective of hyperreal numbers +instead of using limits because they were the original intuitive +way that calculus was invented (and how I originally reinvented +the derivative). +

+ +

Elementary Calculus

+ + +

Multivariable

+ +
+ + diff --git a/build/website/mathematics/differential_equations/index.html b/build/website/mathematics/differential_equations/index.html new file mode 100644 index 0000000..a28e97a --- /dev/null +++ b/build/website/mathematics/differential_equations/index.html @@ -0,0 +1,46 @@ + + + + + + + + + + + + +Mathematics + + + + + +
+

Mathematics

+

+ Mathematics is the basis for the analysis of things that we + believe to adhere to our logical system. +

+ +

Topics

+ + +

+ These are all the topics I have learned about so far. I will learn more in the future and add new topics. + All of these topics I know a lot about but writing the articles takes an extreme amount of time, so stay + tuned! +

+
+ + diff --git a/build/website/mathematics/index.html b/build/website/mathematics/index.html index 5daf87d..a28e97a 100644 --- a/build/website/mathematics/index.html +++ b/build/website/mathematics/index.html @@ -31,9 +31,9 @@ Mathematics

Topics

diff --git a/build/website/mathematics/linear_algebra/index.html b/build/website/mathematics/linear_algebra/index.html new file mode 100644 index 0000000..a28e97a --- /dev/null +++ b/build/website/mathematics/linear_algebra/index.html @@ -0,0 +1,46 @@ + + + + + + + + + + + + +Mathematics + + + +

+ +
+

Mathematics

+

+ Mathematics is the basis for the analysis of things that we + believe to adhere to our logical system. +

+ +

Topics

+ + +

+ These are all the topics I have learned about so far. I will learn more in the future and add new topics. + All of these topics I know a lot about but writing the articles takes an extreme amount of time, so stay + tuned! +

+
+ + -- cgit