diff options
author | preston <preston@openbsd-preston.prestonpan.tech> | 2023-02-28 22:34:37 -0800 |
---|---|---|
committer | preston <preston@openbsd-preston.prestonpan.tech> | 2023-02-28 22:34:37 -0800 |
commit | a6534497e8f943dbe374d8390c586afc78273f37 (patch) | |
tree | dc5449e7f93b8c9ae105a2dbe326f2f757904dba /build/website/mathematics/calculus | |
parent | 2459b947d0dbc70ea85acd502688f7ecb1e36bb5 (diff) |
fix typo
Diffstat (limited to 'build/website/mathematics/calculus')
-rw-r--r-- | build/website/mathematics/calculus/source/derivative_identities.ms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/website/mathematics/calculus/source/derivative_identities.ms b/build/website/mathematics/calculus/source/derivative_identities.ms index 704034f..4f91fce 100644 --- a/build/website/mathematics/calculus/source/derivative_identities.ms +++ b/build/website/mathematics/calculus/source/derivative_identities.ms @@ -39,7 +39,7 @@ and as h becomes infinitely small, the resulting derivative is 2x + 1. .PP But we know already that the slope of x was equal to one. You learn that in 9th grade. -And we know that 2x is the derivative of $x^2$. So it seems like this should be true: +And we know that 2x is the derivative of $x sup 2$. So it seems like this should be true: .EQ (f + g)' = f' + g' |