diff options
author | Puneeth Chaganti | 2009-10-21 16:57:28 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-10-21 16:57:28 +0530 |
commit | 7fd7b4fb61833673b0cc04709d8c0b8752806d55 (patch) | |
tree | 4ceb64e2c37df39696272a0a2f2f5cc5d5725294 /day1/session6.tex | |
parent | a17100adae4358a050eccb96011444c1d2848c6c (diff) | |
download | workshops-7fd7b4fb61833673b0cc04709d8c0b8752806d55.tar.gz workshops-7fd7b4fb61833673b0cc04709d8c0b8752806d55.tar.bz2 workshops-7fd7b4fb61833673b0cc04709d8c0b8752806d55.zip |
Minor Typo edits.
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$ |