summaryrefslogtreecommitdiff
path: root/notes/Sep-15.org
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-09 21:08:25 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-09 21:08:25 -0600
commitadda6869cb2a07984b48c39fcd70ee76449c353d (patch)
tree3aff88b65292e2ab0e108781206d954a015b2e33 /notes/Sep-15.org
parentb35e3998333e8190bf07ade51dba30773b3a3d0b (diff)
downloadcmath-adda6869cb2a07984b48c39fcd70ee76449c353d.tar.gz
cmath-adda6869cb2a07984b48c39fcd70ee76449c353d.zip
updates 10/9
Diffstat (limited to 'notes/Sep-15.org')
-rw-r--r--notes/Sep-15.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/notes/Sep-15.org b/notes/Sep-15.org
index d5bf371..8a64089 100644
--- a/notes/Sep-15.org
+++ b/notes/Sep-15.org
@@ -36,11 +36,11 @@ Again, $f'(a) \approx \frac{f(a+h) - f(a)}{h}$,
$e = |\frac{1}{2} f''(a) + \frac{1}{3!}h^2 f'''(a) + \cdots$
-$R_2 = \frac{h}{2} f''(u)$
+$R_2 = \frac{h}{2} f''(\xi)$
-$|\frac{h}{2} f''(u)| \leq M h^1$
+$|\frac{h}{2} f''(\xi)| \leq M h^1$
-$M = \frac{1}{2}|f'(u)|$
+$M = \frac{1}{2}|f'(\xi)|$
*** Another approximation
@@ -48,5 +48,5 @@ $\text{err} = |f'(a) - \frac{f(a) - f(a - h)}{h}|$
$= f'(a) - \frac{1}{h}(f(a) - (f(a) + f'(a)(a - (a - h)) + \frac{1}{2}f''(a)(a-(a-h))^2 + \cdots))$
-$= |f'(a) - \frac{1}{h}(f'(a) + \frac{1}{2}f''(a)h)|$
+$= |f'(a) - (f'(a) + \frac{1}{2}f''(a)h)|$