summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-10-06 18:35:47 +0530
committerPuneeth Chaganti2009-10-06 18:35:47 +0530
commit4b239376fef545e73d6fb970402368f610103083 (patch)
tree08f5c1f38319463a8075aedf1b792e6b4fbb0ee4
parent76768955b56a8473b8b7a09be0a41bc47ed04e9f (diff)
downloadworkshops-more-scipy-4b239376fef545e73d6fb970402368f610103083.tar.gz
workshops-more-scipy-4b239376fef545e73d6fb970402368f610103083.tar.bz2
workshops-more-scipy-4b239376fef545e73d6fb970402368f610103083.zip
Added time counter increments to day2 session2.
-rw-r--r--day2/session2.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/day2/session2.tex b/day2/session2.tex
index 7aa3481..3b4437a 100644
--- a/day2/session2.tex
+++ b/day2/session2.tex
@@ -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}