diff options
Diffstat (limited to 'day1/session6.tex')
-rw-r--r-- | day1/session6.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/session6.tex b/day1/session6.tex index adc24ff..b311938 100644 --- a/day1/session6.tex +++ b/day1/session6.tex @@ -197,7 +197,7 @@ \begin{frame}[fragile] \frametitle{Bisection Method} \begin{enumerate} -\item Start with an interval $(a, b)$ within wphich a root exists +\item Start with an interval $(a, b)$ within which a root exists \item $f(a)\cdot f(b) < 0$ \item Bisect the interval. $c = \frac{a+b}{2}$ \item Change the interval to $(a, c)$ if $f(a)\cdot f(c) < 0$ |