Minor edits to session4.
authorPuneeth Chaganti <punchagan@fossee.in>
Tue, 27 Oct 2009 18:15:18 +0530
changeset 200 d80339ba98ee
parent 199 85a799d90c6a
child 203 5c0332b97ed6
Minor edits to session4.
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*}