From 092528a3b18e036b76e3b1fa7b05126013993f18 Mon Sep 17 00:00:00 2001 From: Dan Kelley Date: Sun, 19 May 2024 08:22:52 -0300 Subject: [PATCH] Update derivatives.qmd Typo: missing space broke a latex expression --- quarto/derivatives/derivatives.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto/derivatives/derivatives.qmd b/quarto/derivatives/derivatives.qmd index e9e7b5c..0153039 100644 --- a/quarto/derivatives/derivatives.qmd +++ b/quarto/derivatives/derivatives.qmd @@ -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*} $$