diff options
Diffstat (limited to 'website/mathematics')
-rw-r--r-- | website/mathematics/calculus/index.html | 26 | ||||
-rw-r--r-- | website/mathematics/differential_equations/index.html | 24 | ||||
-rw-r--r-- | website/mathematics/index.html | 2 | ||||
-rw-r--r-- | website/mathematics/linear_algebra/index.html | 24 |
4 files changed, 75 insertions, 1 deletions
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 +<h1>Calculus</h1> +<p> +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). +</p> + +<h2>Elementary Calculus</h2> +<ul> + <li><a href="./derivative.pdf">Derivative</a> -- a fundamental operation regarding calculus.</li> + <li><a href="./derivative_identities.pdf">Derivative Identities</a> -- Deriving identities related to derivatives of simple functions.</li> + <li><a href="./derivative_rules.pdf">Derivative Rules</a> -- Deriving common derivative rules.</li> +</ul> + +<h2>Multivariable</h2> +<ul> + <li><a href="./partial_derivative.pdf">Partial Derivative</a> -- a fundamental operation regarding mulitvariable calculus.</li> +</ul> +$$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 +<h1>Mathematics</h1> +<p> + Mathematics is the basis for the analysis of things that we + believe to adhere to our logical system. +</p> + +<h2>Topics</h2> +<ul> + <li><a href="./linear_algebra/">Linear Algebra</a> -- the study multidimensional linear quantities.</li> + <li><a href="./calculus/">Calculus</a> -- The age-old study of infinitesimal ratios.</li> + <li><a href="./differential_equations/">Differential Equations</a> -- The math underlying our physical world.</li> +</ul> + +<p> + 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! +</p> +$$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 <h2>Topics</h2> <ul> + <li><a href="./linear_algebra/">Linear Algebra</a> -- the study multidimensional linear quantities.</li> <li><a href="./calculus/">Calculus</a> -- The age-old study of infinitesimal ratios.</li> <li><a href="./differential_equations/">Differential Equations</a> -- The math underlying our physical world.</li> - <li><a href="./linear_algebra/">Linear Algebra</a> -- the study multidimensional linear quantities.</li> </ul> <p> 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 +<h1>Mathematics</h1> +<p> + Mathematics is the basis for the analysis of things that we + believe to adhere to our logical system. +</p> + +<h2>Topics</h2> +<ul> + <li><a href="./linear_algebra/">Linear Algebra</a> -- the study multidimensional linear quantities.</li> + <li><a href="./calculus/">Calculus</a> -- The age-old study of infinitesimal ratios.</li> + <li><a href="./differential_equations/">Differential Equations</a> -- The math underlying our physical world.</li> +</ul> + +<p> + 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! +</p> +$$END CONTENT |