diff options
author | Puneeth Chaganti | 2009-10-08 19:10:53 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-10-08 19:10:53 +0530 |
commit | e625a21fda951001eabf838d464b27e7a5f89df5 (patch) | |
tree | 353a0e7e10ef8fb19454f4c1aa19e6f8750a17f8 | |
parent | 56c180221844f52934e560b3da1e028c8a5d8ba1 (diff) | |
download | workshops-more-scipy-e625a21fda951001eabf838d464b27e7a5f89df5.tar.gz workshops-more-scipy-e625a21fda951001eabf838d464b27e7a5f89df5.tar.bz2 workshops-more-scipy-e625a21fda951001eabf838d464b27e7a5f89df5.zip |
Added section and subsections to Day2 Session2.
-rw-r--r-- | day2/session2.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/day2/session2.tex b/day2/session2.tex index b1104f7..67c2939 100644 --- a/day2/session2.tex +++ b/day2/session2.tex @@ -116,6 +116,8 @@ \begin{frame} \maketitle \end{frame} + +\section{Advanced Numpy} \begin{frame}[fragile] \frametitle{Broadcasting} Try it! @@ -226,6 +228,8 @@ \inctime{15} \end{frame} +\section{SciPy} +\subsection{Introduction} \begin{frame} {Intro to SciPy} \begin{itemize} @@ -266,6 +270,7 @@ \end{lstlisting} \end{frame} +\subsection{Linear Algebra} \begin{frame}[fragile] \frametitle{Linear Algebra} Try it! @@ -311,6 +316,7 @@ \inctime{15} \end{frame} +\subsection{Integration} \begin{frame}[fragile] \frametitle{Integrate} \begin{itemize} @@ -343,6 +349,7 @@ \inctime{10} \end{frame} +\subsection{Interpolation} \begin{frame}[fragile] \frametitle{Interpolation} Try it! @@ -375,6 +382,7 @@ \inctime{10} \end{frame} +\subsection{Signal Processing} \begin{frame}[fragile] \frametitle{Signal \& Image Processing} \begin{itemize} |