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 --- website/mathematics/calculus/index.html | 26 ++++++++++++++++++++++ .../mathematics/differential_equations/index.html | 24 ++++++++++++++++++++ website/mathematics/index.html | 2 +- website/mathematics/linear_algebra/index.html | 24 ++++++++++++++++++++ 4 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 website/mathematics/calculus/index.html create mode 100644 website/mathematics/differential_equations/index.html create mode 100644 website/mathematics/linear_algebra/index.html (limited to 'website/mathematics') diff --git a/website/mathematics/calculus/index.html b/website/mathematics/calculus/index.html new file mode 100644 index 0000000..34a7ac1 --- /dev/null +++ b/website/mathematics/calculus/index.html @@ -0,0 +1,26 @@ +$$START TITLE +Calculus +$$END TITLE + +$$START CONTENT +

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

+ +$$END CONTENT diff --git a/website/mathematics/differential_equations/index.html b/website/mathematics/differential_equations/index.html new file mode 100644 index 0000000..1c414b4 --- /dev/null +++ b/website/mathematics/differential_equations/index.html @@ -0,0 +1,24 @@ +$$START TITLE +Mathematics +$$END TITLE + +$$START CONTENT +

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! +

+$$END CONTENT diff --git a/website/mathematics/index.html b/website/mathematics/index.html index 521619e..1c414b4 100644 --- a/website/mathematics/index.html +++ b/website/mathematics/index.html @@ -11,9 +11,9 @@ $$START CONTENT

Topics

diff --git a/website/mathematics/linear_algebra/index.html b/website/mathematics/linear_algebra/index.html new file mode 100644 index 0000000..1c414b4 --- /dev/null +++ b/website/mathematics/linear_algebra/index.html @@ -0,0 +1,24 @@ +$$START TITLE +Mathematics +$$END TITLE + +$$START CONTENT +

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! +

+$$END CONTENT -- cgit