From f1480ae234915b4046d68eef90a62a2e4da67985 Mon Sep 17 00:00:00 2001 From: Shantanu Choudhary Date: Mon, 19 Apr 2010 19:20:05 +0530 Subject: Finished ode presentation. --- presentations/ode.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentations/ode.tex b/presentations/ode.tex index db2c1d5..ce1ac92 100644 --- a/presentations/ode.tex +++ b/presentations/ode.tex @@ -89,7 +89,7 @@ Solving ordinary differential equations. \item Let's consider the spread of an epidemic in a population \item $\frac{dy}{dt} = ky(L-y)$ gives the spread of the disease \item L is the total population. -\item Use L = 25000, k = 0.00003, y(0) = 250 +\item Use L = 250000, k = 0.00003, y(0) = 250 \end{itemize} \end{frame} -- cgit