From e8749e591fe019138fff8569920d8d88196d70fc Mon Sep 17 00:00:00 2001 From: Enrico Spinielli Date: Sun, 19 May 2024 09:18:00 +0200 Subject: [PATCH 1/2] Typo/better form --- quarto/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto/index.qmd b/quarto/index.qmd index 6a62d70..1992771 100644 --- a/quarto/index.qmd +++ b/quarto/index.qmd @@ -36,7 +36,7 @@ that `Julia` is primarily used for the numeric style of computing and the algebraic/symbolic treatment is added on. Doing the symbolic treatment by hand can be very beneficial while learning, and computer algebra systems make those exercises seem kind of redundant, as the -finished product can be produced much easier. +finished product can be produced much more easily. Our real goal is to get at the concepts using technology as much as possible without getting bogged down in the mechanics of the computer From 092528a3b18e036b76e3b1fa7b05126013993f18 Mon Sep 17 00:00:00 2001 From: Dan Kelley Date: Sun, 19 May 2024 08:22:52 -0300 Subject: [PATCH 2/2] 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*} $$