diff options
author | preston <preston@openbsd-preston.prestonpan.tech> | 2023-03-19 18:27:24 -0700 |
---|---|---|
committer | preston <preston@openbsd-preston.prestonpan.tech> | 2023-03-19 18:27:24 -0700 |
commit | b7231ce286398c809a406ed76db315271faf3036 (patch) | |
tree | 2921d257ce67449755cf610d82d495b0bcda29b3 /website/mathematics | |
parent | 321b218eb593d689e587eebb67d78ff49783fc5b (diff) |
replace links with nullring.xyz links
Diffstat (limited to 'website/mathematics')
-rw-r--r-- | website/mathematics/calculus/index.html | 4 | ||||
-rw-r--r-- | website/mathematics/calculus/source/chain_rule.ms | 0 | ||||
-rw-r--r-- | website/mathematics/calculus/source/index.html | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/website/mathematics/calculus/index.html b/website/mathematics/calculus/index.html index 7aa7598..9b1d1c8 100644 --- a/website/mathematics/calculus/index.html +++ b/website/mathematics/calculus/index.html @@ -20,8 +20,8 @@ the derivative). <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> + <li><a href="./derivative_identities.pdf">Derivative Identities</a> -- Deriving identities related to derivatives.</li> + <li><a href="./chain_rule.pdf">Chain rule</a> -- Explaining and deriving the chain rule.</li> </ul> <h2>Multivariable</h2> diff --git a/website/mathematics/calculus/source/chain_rule.ms b/website/mathematics/calculus/source/chain_rule.ms new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/website/mathematics/calculus/source/chain_rule.ms diff --git a/website/mathematics/calculus/source/index.html b/website/mathematics/calculus/source/index.html index 32b4cd2..fb52616 100644 --- a/website/mathematics/calculus/source/index.html +++ b/website/mathematics/calculus/source/index.html @@ -10,6 +10,8 @@ $$START CONTENT <ul> <li><a href="./derivative.ms">Derivative</a> -- a fundamental operation regarding calculus.</li> + + <li><a href="./derivative_identities.ms">Derivative Identities</a> -- identities.</li> </ul> $$END CONTENT |