From 098fb4a08ca946ed2c8aa234f1a7129abde9fde0 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 29 Apr 2025 18:32:22 -0600 Subject: Updated Readme Admin section for meeting 2025-24-25 --- tutorials/module_2/intro_to_numerical_methods.md | 41 ------------------------ 1 file changed, 41 deletions(-) delete mode 100644 tutorials/module_2/intro_to_numerical_methods.md (limited to 'tutorials/module_2/intro_to_numerical_methods.md') diff --git a/tutorials/module_2/intro_to_numerical_methods.md b/tutorials/module_2/intro_to_numerical_methods.md deleted file mode 100644 index 6791aff..0000000 --- a/tutorials/module_2/intro_to_numerical_methods.md +++ /dev/null @@ -1,41 +0,0 @@ -# Numerical Methods -Engineering - -## 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. - - -## Numerical Differentiation -Forwards difference -Backwards difference - -[Read More](https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/chapter20.00-Numerical-Differentiation.html) - -## Roots and Optimization -Incremental Search -Bisection -Modified Secant -Newton-Raphson - - -## Numerical Integration - -Trapezoidal - -Simpson's Rule - -[Read More](https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/chapter21.00-Numerical-Integration.html) - - -## Numerical Solutions of Ordinary Differential Equations - -Euler's Method -- Forward -- Backwards - -Runge-Kutta Method - -[Read More](https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/chapter22.00-ODE-Initial-Value-Problems.html) - - - -- cgit v1.2.3