diff options
Diffstat (limited to 'build/website/mathematics/linear_algebra/index.html')
-rw-r--r-- | build/website/mathematics/linear_algebra/index.html | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/build/website/mathematics/linear_algebra/index.html b/build/website/mathematics/linear_algebra/index.html index a28e97a..ffebf17 100644 --- a/build/website/mathematics/linear_algebra/index.html +++ b/build/website/mathematics/linear_algebra/index.html @@ -23,24 +23,17 @@ Mathematics </div> <div class="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> </div> </body> </html> |