forked from denizdonmez/numethods
typo
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## 2. Bisection Method\n",
|
"## 2. Bisection Method\n",
|
||||||
"\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",
|
"then there exists $x^\\star$ in (a,b) with $f(x^\\star)=0$.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"- Assumes $f$ is continuous on $[a,b]$ with $f(a)f(b)<0$.\n",
|
"- Assumes $f$ is continuous on $[a,b]$ with $f(a)f(b)<0$.\n",
|
||||||
|
Reference in New Issue
Block a user