diff options
author | Puneeth Chaganti | 2010-01-10 16:43:15 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-01-10 16:43:15 +0530 |
commit | 268a25c7e1721e7a0c51080dd128b68d0ad3a4d5 (patch) | |
tree | 15fd6b6def962518fdda7ebaaa455eda63533a09 /day1/cheatsheet4.tex | |
parent | feabb1aa4fdb4dd974c81175eefc9b1e50ee951f (diff) | |
download | workshops-more-scipy-268a25c7e1721e7a0c51080dd128b68d0ad3a4d5.tar.gz workshops-more-scipy-268a25c7e1721e7a0c51080dd128b68d0ad3a4d5.tar.bz2 workshops-more-scipy-268a25c7e1721e7a0c51080dd128b68d0ad3a4d5.zip |
Moved all day1 quiz questions to end of day1-sessions.
Diffstat (limited to 'day1/cheatsheet4.tex')
-rwxr-xr-x | day1/cheatsheet4.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/cheatsheet4.tex b/day1/cheatsheet4.tex index 7410368..70395fc 100755 --- a/day1/cheatsheet4.tex +++ b/day1/cheatsheet4.tex @@ -136,7 +136,7 @@ In above mentioned case, \typ{'::2'} means, start from first row, till last row( \begin{lstlisting} In []: C[:,::2] Out[]: -xarray([[ 1, 2], +array([[ 1, 2], [ 0, 0], [-1, 7]]) \end{lstlisting} |