Added time counter increments to day2 session2.
authorPuneeth Chaganti <punchagan@fossee.in>
Tue, 06 Oct 2009 18:35:47 +0530
changeset 41 64177498937a
parent 40 a2597c20c669
child 43 ef2afc5ceb3f
Added time counter increments to day2 session2.
day2/session2.tex
--- a/day2/session2.tex	Tue Oct 06 18:30:44 2009 +0530
+++ b/day2/session2.tex	Tue Oct 06 18:35:47 2009 +0530
@@ -183,6 +183,7 @@
   \begin{itemize}
   \item Index arrays or Boolean arrays produce copies
   \end{itemize}
+\inctime{15}
 \end{frame}
 
 \begin{frame}
@@ -254,6 +255,7 @@
   \begin{lstlisting}
     >>> linalg.solve(A,B)
   \end{lstlisting}
+\inctime{15}
 \end{frame}
 
 \begin{frame}[fragile]
@@ -285,6 +287,7 @@
     x=integrate.odeint(dx_dt, 2, t)
     plt.plot(x,t)
   \end{lstlisting}
+\inctime{10}
 \end{frame}
 
 \begin{frame}[fragile]
@@ -304,6 +307,7 @@
     plt.plot(x,y,'o',x,y,X,Y)
     plt.show()
   \end{lstlisting}
+\inctime{10}
 \end{frame}
 
 \begin{frame}[fragile]
@@ -336,6 +340,7 @@
   \begin{lstlisting}
     b=ndimage.zoom(A,0.5)
     imshow(b)
+    \inctime{5}
   \end{lstlisting}
 
 \end{frame}
@@ -346,6 +351,7 @@
   \begin{equation*}
   \frac{d^2x}{dt^2}+\mu(x^2-1)\frac{dx}{dt}+x= 0
   \end{equation*}
+\inctime{25}
 \end{frame}