Merge branch 'main' into v0.19a

This commit is contained in:
jverzani
2024-05-21 20:59:26 -04:00
2 changed files with 2 additions and 2 deletions

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*}
$$