Manual merge with mainline.
authorPuneeth Chaganti <punchagan@fossee.in>
Thu, 15 Oct 2009 11:34:35 +0530
changeset 124 d43a698712e0
parent 123 d2f4053a2e85 (diff)
parent 122 73374e1ae4f3 (current diff)
child 126 a4bbc14342f9
child 127 44c2f614e321
Manual merge with mainline.
day1/session4.tex
--- a/day1/session4.tex	Thu Oct 15 11:23:47 2009 +0530
+++ b/day1/session4.tex	Thu Oct 15 11:34:35 2009 +0530
@@ -23,6 +23,7 @@
 \usepackage[latin1]{inputenc}
 %\usepackage{times}
 \usepackage[T1]{fontenc}
+\usepackage{amsmath}
 
 % Taken from Fernando's slides.
 \usepackage{ae,aecompl}
@@ -95,13 +96,13 @@
   \end{frame}
 }
 
-\AtBeginSection[]
-{
-  \begin{frame}<beamer>
-    \frametitle{Outline}
-    \tableofcontents[currentsection,currentsubsection]
-  \end{frame}
-}
+%%\AtBeginSection[]
+%%{
+  %%\begin{frame}<beamer>
+%%    \frametitle{Outline}
+  %%  \tableofcontents[currentsection,currentsubsection]
+  %%\end{frame}
+%%}
 
 % If you wish to uncover everything in a step-wise fashion, uncomment
 % the following command: 
@@ -120,7 +121,7 @@
 \begin{frame}
   \frametitle{Outline}
   \tableofcontents
-  \pausesections
+%  \pausesections
 \end{frame}
 
 \section{Matrices}
@@ -204,4 +205,31 @@
   \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}