# HG changeset patch # User Puneeth Chaganti # Date 1256647518 -19800 # Node ID d80339ba98eec17dc164a00872d040a520aaf619 # Parent 85a799d90c6a2687042622f7d59e9eddaa1f9c79 Minor edits to session4. diff -r 85a799d90c6a -r d80339ba98ee day1/session4.tex --- 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*}