# HG changeset patch # User Puneeth Chaganti # Date 1254566906 -19800 # Node ID 1f9492506ba2305bf0cefd00171e963383fed249 # Parent 838cedef5e9daf8f049015773db2ce1b5837f5db Added a problem after initial numpy section in session1. diff -r 838cedef5e9d -r 1f9492506ba2 day2/session1.tex --- a/day2/session1.tex Sat Oct 03 00:41:12 2009 +0530 +++ b/day2/session1.tex Sat Oct 03 16:18:26 2009 +0530 @@ -70,7 +70,6 @@ % postbreak = \space\dots % } - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page \title[]{Matrices and Arrays\\ \& \\2D Plotting} @@ -286,7 +285,15 @@ \end{frame} \begin{frame}[fragile] - \frametitle{Problem set 1.0} + \frametitle{Problem Set} + \begin{lstlisting} + >>> from scipy import misc + >>> A=misc.imread(name) + >>> misc.imshow(A) + \end{lstlisting} + \begin{enumerate} + \item Convert an RGB image to Grayscale. $ Y = 0.5R + 0.25G + 0.25B $ + \end{enumerate} \inctime{15} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%