--- a/day1/session4.tex Tue Oct 27 14:24:49 2009 +0530
+++ b/day1/session4.tex Tue Oct 27 18:15:18 2009 +0530
@@ -236,8 +236,6 @@
\end{lstlisting}
\end{small}
\end{frame}
-
-
\section{Integration}
\subsection{Quadrature}
@@ -251,7 +249,7 @@
\end{itemize}
\small{\typ{In []: from scipy.integrate import quad}}
\begin{itemize}
-\item Inputs - function to integrate, limits
+\item Inputs - function to integrate, limits of integration
\end{itemize}
\begin{lstlisting}
In []: x = 0
@@ -351,7 +349,7 @@
\begin{frame}[fragile]
\frametitle{ODE Integration}
-We shall use the simple ODE of a simple pendulum.
+We shall look at the motion of a simple pendulum.
\begin{equation*}
\ddot{\theta} = -\frac{g}{L}sin(\theta)
\end{equation*}