Merge pull request #126 from dankelley/patch-1

Update derivatives.qmd
This commit is contained in:
john verzani 2024-05-19 07:52:17 -04:00 committed by GitHub
commit 66b91bc170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -495,7 +495,7 @@ We can rearrange $(k(x+h) - k(x))$ as follows:
$$
\begin{align*}
(a\cdot f(x+h) + b\cdot g(x+h)) - (a\cdot f(x) + b \cdot g(x)) &=\\
\quada\cdot (f(x+h) - f(x)) + b \cdot (g(x+h) - g(x)). &
\quad a\cdot (f(x+h) - f(x)) + b \cdot (g(x+h) - g(x)). &
\end{align*}
$$