diff options
author | Puneeth Chaganti | 2009-10-08 19:10:53 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-10-08 19:10:53 +0530 |
commit | 5735e73af9453f58bbc709e884ff23a7521b688c (patch) | |
tree | 353a0e7e10ef8fb19454f4c1aa19e6f8750a17f8 /day2 | |
parent | 21a1eddc98654bd18e6a9d7753a45e83918f7b1a (diff) | |
download | workshops-5735e73af9453f58bbc709e884ff23a7521b688c.tar.gz workshops-5735e73af9453f58bbc709e884ff23a7521b688c.tar.bz2 workshops-5735e73af9453f58bbc709e884ff23a7521b688c.zip |
Added section and subsections to Day2 Session2.
Diffstat (limited to 'day2')
-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} |