From e22e15fd8d9d0511a7cfa8fdb0e75509aeba6a15 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 6 May 2025 16:25:53 -0600 Subject: Updated tutorials --- tutorials/module_3/numerical_methods.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tutorials/module_3/numerical_methods.md') diff --git a/tutorials/module_3/numerical_methods.md b/tutorials/module_3/numerical_methods.md index 4b3f39a..449ece0 100644 --- a/tutorials/module_3/numerical_methods.md +++ b/tutorials/module_3/numerical_methods.md @@ -8,7 +8,7 @@ Numerical methods are techniques that transform mathematical problems into forms ## Numerical Differentiation Forwards difference Backwards difference - +Central Difference method [Read More](https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/chapter20.00-Numerical-Differentiation.html) ## Roots and Optimization @@ -17,11 +17,16 @@ Bisection Modified Secant Newton-Raphson +## System of Equations +Guassian Method +LU Decomposition ## Numerical Integration +Midpoint Trapezoidal - +Romberg +Gaussian Simpson's Rule [Read More](https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/chapter21.00-Numerical-Integration.html) -- cgit v1.2.3