day2/session2.tex
changeset 41 64177498937a
parent 37 d5b7be72693b
child 46 63704b5650f1
--- 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}