summaryrefslogtreecommitdiff
path: root/book/module2
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-29 18:54:01 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-29 18:54:01 -0600
commitd0f224c34e0a0726274c62e9fe66220af6d2e6cc (patch)
tree60a78908d64001b3d7e0f006aeb393691d409384 /book/module2
parentdc13208abd61cc3ac7c64a4373f3ad85689f1293 (diff)
Updated Chapter indexing.
Diffstat (limited to 'book/module2')
-rw-r--r--book/module2/error.tex4
-rw-r--r--book/module2/module2.tex4
-rw-r--r--book/module2/num_methods_1.tex (renamed from book/module2/non_linear_eqn_solver.tex)0
3 files changed, 5 insertions, 3 deletions
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).
diff --git a/book/module2/module2.tex b/book/module2/module2.tex
index 2781a0e..14f37e0 100644
--- a/book/module2/module2.tex
+++ b/book/module2/module2.tex
@@ -1,6 +1,8 @@
\chapter{Module 2: Algorithm Development}
\input{module2/problem_solving_strategies}
-\input{module2/intro_to_numerical_methods}
+\input{module2/num_methods_1}
+\input{module2/error}
\input{module2/ai_assisted_programming}
\input{module2/debugging_code}
\input{module2/version_control}
+\input{module2/documentation}
diff --git a/book/module2/non_linear_eqn_solver.tex b/book/module2/num_methods_1.tex
index 5550d12..5550d12 100644
--- a/book/module2/non_linear_eqn_solver.tex
+++ b/book/module2/num_methods_1.tex