more typo
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user