broken links corrected #5

Merged
ougur merged 3 commits from ougur/numethods:main into main 2025-09-17 13:31:15 +03:00
Showing only changes of commit 9fe1855fc6 - Show all commits

View File

@@ -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",