summaryrefslogtreecommitdiff
path: root/book/module3
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-11-05 10:13:24 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-11-05 10:13:24 -0700
commit397ba81d210dad7331626e4bbaccfca3b745576c (patch)
treec5dd8180103638bf0394cd2104dc687e68d0e6df /book/module3
parent6a5f11936e4419866b941f35b5dfad0729008cb5 (diff)
Removed book/ from tracking
Diffstat (limited to 'book/module3')
-rw-r--r--book/module3/module3.tex4
-rw-r--r--book/module3/numerical_methods.tex41
-rw-r--r--book/module3/supersonic.tex1
-rw-r--r--book/module3/system_of_equations.tex1
4 files changed, 0 insertions, 47 deletions
diff --git a/book/module3/module3.tex b/book/module3/module3.tex
deleted file mode 100644
index 3c59ddd..0000000
--- a/book/module3/module3.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-\chapter{Module 3: Applications of Computational Mathematics}
-\input{module3/numerical_methods}
-\input{module3/supersonic}
-\input{module3/system_of_equations}
diff --git a/book/module3/numerical_methods.tex b/book/module3/numerical_methods.tex
deleted file mode 100644
index 737d69d..0000000
--- a/book/module3/numerical_methods.tex
+++ /dev/null
@@ -1,41 +0,0 @@
-\section{Numerical Methods}\label{numerical-methods}
-
-Engineering
-
-\subsection{What is a numerical
-method?}\label{what-is-a-numerical-method}
-
-Numerical methods are techniques that transform mathematical problems
-into forms that can be solved using arithmetic and logical operations.
-Because digital computers excel at these computations, numerical methods
-are often referred to as computer mathematics.
-
-\subsection{Numerical Differentiation}\label{numerical-differentiation}
-
-Forwards difference Backwards difference
-
-\href{https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/chapter20.00-Numerical-Differentiation.html}{Read
-More}
-
-\subsection{Roots and Optimization}\label{roots-and-optimization}
-
-Incremental Search Bisection Modified Secant Newton-Raphson
-
-\subsection{Numerical Integration}\label{numerical-integration}
-
-Trapezoidal
-
-Simpson's Rule
-
-\href{https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/chapter21.00-Numerical-Integration.html}{Read
-More}
-
-\subsection{Numerical Solutions of Ordinary Differential
-Equations}\label{numerical-solutions-of-ordinary-differential-equations}
-
-Euler's Method - Forward - Backwards
-
-Runge-Kutta Method
-
-\href{https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/chapter22.00-ODE-Initial-Value-Problems.html}{Read
-More}
diff --git a/book/module3/supersonic.tex b/book/module3/supersonic.tex
deleted file mode 100644
index d8dfc4a..0000000
--- a/book/module3/supersonic.tex
+++ /dev/null
@@ -1 +0,0 @@
-\section{Supersonic}\label{supersonic}
diff --git a/book/module3/system_of_equations.tex b/book/module3/system_of_equations.tex
deleted file mode 100644
index 89fa2ae..0000000
--- a/book/module3/system_of_equations.tex
+++ /dev/null
@@ -1 +0,0 @@
-\section{System of Equations}\label{system-of-equations}