diff options
Diffstat (limited to 'website/mathematics/linear_algebra/index.html')
-rw-r--r-- | website/mathematics/linear_algebra/index.html | 15 |
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 |