# HG changeset patch # User Puneeth Chaganti # Date 1255586408 -19800 # Node ID d2f4053a2e85dd4edf6148bd6446946b3fc55b6b # Parent 055b199c46c2cd7b642d0ad9867f0fb8e6346a65 Added first slides for ODE. diff -r 055b199c46c2 -r d2f4053a2e85 day1/session4.tex --- a/day1/session4.tex Wed Oct 14 20:40:35 2009 +0530 +++ b/day1/session4.tex Thu Oct 15 11:30:08 2009 +0530 @@ -23,6 +23,7 @@ \usepackage[latin1]{inputenc} %\usepackage{times} \usepackage[T1]{fontenc} +\usepackage{amsmath} % Taken from Fernando's slides. \usepackage{ae,aecompl} @@ -120,7 +121,7 @@ \begin{frame} \frametitle{Outline} \tableofcontents - \pausesections +% \pausesections \end{frame} \section{Matrices} @@ -183,4 +184,30 @@ \end{lstlisting} \end{frame} +\begin{frame}[fragile] +\frametitle{ODE Integration} +We shall use the simple ODE of a simple pendulum. +\begin{equation*} +\ddot{\theta} = -\frac{g}{L}sin(\theta) +\end{equation*} +\begin{itemize} +\item This equation can be written as a system of two first order ODEs +\item $\dot{\theta} = \omega$ +\item $\dot{\omega} = -\frac{g}{L}sin(\theta)$ +\item At $t = 0$ \\ +$\theta = \theta_0$ \& +$\omega = 0$ +\end{itemize} +\begin{lstlisting} +\end{lstlisting} +\end{frame} + + + \end{document} + +\begin{frame}[fragile] +\frametitle{} +\begin{lstlisting} +\end{lstlisting} +\end{frame}