From 534a5723c86b192a1968ca816b3b1ad8d2cd7f83 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Tue, 27 Oct 2009 14:24:49 +0530 Subject: Added a slide for transition from sslc to lstsq in session3. --- day1/session3.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/day1/session3.tex b/day1/session3.tex index 5ee1b61..b548b23 100644 --- a/day1/session3.tex +++ b/day1/session3.tex @@ -299,6 +299,15 @@ savefig('/tmp/all_regions.png') \includegraphics[height=3in, interpolate=true]{data/all_regions} \end{frame} +\begin{frame} +\frametitle{L vs $T^2$ \ldots} +Let's go back to the L vs $T^2$ plot +\begin{itemize} +\item We first look at obtaining $T^2$ from T +\item Then, we look at plotting a Least Squares fit +\end{itemize} +\end{frame} + \begin{frame}[fragile] \frametitle{Dealing with data whole-sale} \begin{lstlisting} -- cgit From 693e44fb252632182495af6425eec9313f66c820 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Tue, 27 Oct 2009 18:15:18 +0530 Subject: Minor edits to session4. --- day1/session4.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/day1/session4.tex b/day1/session4.tex index 4f1eb7d..6532025 100644 --- a/day1/session4.tex +++ b/day1/session4.tex @@ -236,8 +236,6 @@ matrix([[ 0.07734807, 0.01657459, 0.32044199], \end{lstlisting} \end{small} \end{frame} - - \section{Integration} \subsection{Quadrature} @@ -251,7 +249,7 @@ matrix([[ 0.07734807, 0.01657459, 0.32044199], \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 @@ Returns the integral and an estimate of the absolute error in the result. \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*} -- cgit