diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-05-09 09:53:20 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-05-09 09:53:20 -0600 |
| commit | 0d4e770dc06763d225dce66f82bd49b052bead06 (patch) | |
| tree | 3b4e9fa683c89f8eafb8a7454fc191d9e8739a34 /tutorials/module_3/roots_optimization.md | |
| parent | 3eb4be2a880eed828c983c8a30d73faa8e6f4746 (diff) | |
Added auto-generated (md converted) notebooks to modules. Added module 3 tutorials
Diffstat (limited to 'tutorials/module_3/roots_optimization.md')
| -rw-r--r-- | tutorials/module_3/roots_optimization.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tutorials/module_3/roots_optimization.md b/tutorials/module_3/roots_optimization.md new file mode 100644 index 0000000..3a288cc --- /dev/null +++ b/tutorials/module_3/roots_optimization.md @@ -0,0 +1,12 @@ +# Root Finding Methods + +Root Finding Methods or non-linear equation solvers. + +## Incremental Search + +## Bisection + +## Modified Secant + +## Newton-Raphson + |
