From 9fe1855fc6db7e960565f37c5ec6890f51982462 Mon Sep 17 00:00:00 2001 From: Omur Ugur Date: Wed, 17 Sep 2025 13:30:00 +0300 Subject: [PATCH] typo --- tutorials/tutorial4_root_finding.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tutorial4_root_finding.ipynb b/tutorials/tutorial4_root_finding.ipynb index af8f759..0421535 100644 --- a/tutorials/tutorial4_root_finding.ipynb +++ b/tutorials/tutorial4_root_finding.ipynb @@ -55,7 +55,7 @@ "source": [ "## 2. Bisection Method\n", "\n", - "**Assumption (Intermediate Value Theorem):** If f is continuous on $[a,b]$ and $f(a),f(b) < 0$,\n", + "**Assumption (Intermediate Value Theorem):** If f is continuous on $[a,b]$ and $f(a)f(b) < 0$,\n", "then there exists $x^\\star$ in (a,b) with $f(x^\\star)=0$.\n", "\n", "- Assumes $f$ is continuous on $[a,b]$ with $f(a)f(b)<0$.\n",