From 18eb6dbfa545cdbb69103e312ccb0992d1b20b00 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 12 Sep 2025 17:24:40 -0600 Subject: Worked on module 3 --- tutorials/module_3/2_roots_optimization.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tutorials/module_3/2_roots_optimization.md') diff --git a/tutorials/module_3/2_roots_optimization.md b/tutorials/module_3/2_roots_optimization.md index 8083260..e4224f1 100644 --- a/tutorials/module_3/2_roots_optimization.md +++ b/tutorials/module_3/2_roots_optimization.md @@ -39,7 +39,6 @@ Another approach may be to index the book and jump straight to the 'W' names how When - # Bracketing Method ## Incremental Search Incremental search @@ -137,9 +136,8 @@ plt.legend() plt.show() ``` -## False Position - +## False Position # Open Methods So far we looked at methods that require us to bracket a root before finding it. However, let's think outside of the box and ask ourselves if we can find a root with only 1 guess. Can we improve the our guess by if we have some knowledge of the function itself? The answer - derivatives. -- cgit v1.2.3