diff options
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) |
