summaryrefslogtreecommitdiff
path: root/book/module2
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-29 19:02:29 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-29 19:02:29 -0600
commiteb2830349fd1892ec68659c22bab73f26255e268 (patch)
treea44991051ad8374f36b8289bf6c45bc4679277cf /book/module2
parentd0f224c34e0a0726274c62e9fe66220af6d2e6cc (diff)
Fixed minor syntax issues with formating of markdown and latex files
Diffstat (limited to 'book/module2')
-rw-r--r--book/module2/error.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/module2/error.tex b/book/module2/error.tex
index 758a206..2646dc8 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).