diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-09-03 13:19:49 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-09-03 13:19:49 -0600 |
| commit | 183c55c09e62c069d65b2f5d9f5d7c065ad16228 (patch) | |
| tree | bb0603094d9418ecb1c04c3b7e9610ff5609ac63 /tutorials/module_3/2_roots_optimization.md | |
| parent | b95095e4278ccda691c721bcd902a6d0b5492486 (diff) | |
Updated entries
Diffstat (limited to 'tutorials/module_3/2_roots_optimization.md')
| -rw-r--r-- | tutorials/module_3/2_roots_optimization.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tutorials/module_3/2_roots_optimization.md b/tutorials/module_3/2_roots_optimization.md new file mode 100644 index 0000000..3a288cc --- /dev/null +++ b/tutorials/module_3/2_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 + |
