Update derivatives.qmd

Typo: missing space broke a latex expression
This commit is contained in:
Dan Kelley 2024-05-19 08:22:52 -03:00 committed by GitHub
parent aa535e19fb
commit 092528a3b1
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*}
$$