summaryrefslogtreecommitdiff
path: root/website/mathematics/linear_algebra
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-28 14:16:23 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-28 14:16:23 -0800
commitcd46e2ba935bbe8c3d55dfae410230f37425643e (patch)
tree0a26f7054e86b2ed55978a2dc04c12fb64902013 /website/mathematics/linear_algebra
parent1235bdef0fc9c285c1438ff4b68326d049135730 (diff)
add derivative article
Diffstat (limited to 'website/mathematics/linear_algebra')
-rw-r--r--website/mathematics/linear_algebra/index.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/website/mathematics/linear_algebra/index.html b/website/mathematics/linear_algebra/index.html
index 1c414b4..9556c60 100644
--- a/website/mathematics/linear_algebra/index.html
+++ b/website/mathematics/linear_algebra/index.html
@@ -3,22 +3,15 @@ Mathematics
$$END TITLE
$$START CONTENT
-<h1>Mathematics</h1>
+<h1>Linear Algebra</h1>
<p>
- Mathematics is the basis for the analysis of things that we
- believe to adhere to our logical system.
+ Linear algebra is one of the most important fields in mathematics, providing a systematic
+ way of dealing with multidimensional quantities.
</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>
+ <li><a href="./introduction.html">Introduction</a> -- The basics of vectors and operations involving vectors.</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