diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-28 14:16:23 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-28 14:16:23 -0800 |
commit | cd46e2ba935bbe8c3d55dfae410230f37425643e (patch) | |
tree | 0a26f7054e86b2ed55978a2dc04c12fb64902013 /website/mathematics/index.html | |
parent | 1235bdef0fc9c285c1438ff4b68326d049135730 (diff) |
add derivative article
Diffstat (limited to 'website/mathematics/index.html')
-rw-r--r-- | website/mathematics/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/mathematics/index.html b/website/mathematics/index.html index 1c414b4..0ed6014 100644 --- a/website/mathematics/index.html +++ b/website/mathematics/index.html @@ -11,7 +11,7 @@ $$START CONTENT <h2>Topics</h2> <ul> - <li><a href="./linear_algebra/">Linear Algebra</a> -- the study multidimensional linear quantities.</li> + <li><a href="./linear_algebra/">Linear Algebra</a> -- the study of 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> |