diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-05-06 16:25:53 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-05-06 16:25:53 -0600 |
| commit | e22e15fd8d9d0511a7cfa8fdb0e75509aeba6a15 (patch) | |
| tree | e3b0872f6eb82a0869992f693c3f3feba92e3afe /tutorials/module_3/numerical_methods.md | |
| parent | 98bd4cee68fb442fbbf5cd06a2e17ef31dd629f5 (diff) | |
Updated tutorials
Diffstat (limited to 'tutorials/module_3/numerical_methods.md')
| -rw-r--r-- | tutorials/module_3/numerical_methods.md | 9 |
1 files changed, 7 insertions, 2 deletions
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) |
