From d0f224c34e0a0726274c62e9fe66220af6d2e6cc Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 29 Apr 2025 18:54:01 -0600 Subject: Updated Chapter indexing. --- book/module2/error.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'book/module2/error.tex') diff --git a/book/module2/error.tex b/book/module2/error.tex index 2646dc8..758a206 100644 --- a/book/module2/error.tex +++ b/book/module2/error.tex @@ -29,9 +29,9 @@ part of the computation}. An example of this could be using a finite number of terms from a Taylor Series expansion to approximate a function. -Approximating \(e^x\) by the first few terms of its Taylor series: +Approximating $e^x$ by the first few terms of its Taylor series: -\[e^x \approx 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!}​\] +$e^x \approx 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!}​\$ The error comes from \textbf{neglecting} all the higher order terms (\(\frac{x^4}{4!}, \frac{x^5}{5!}\), \ldots). -- cgit v1.2.3