diff options
author | Puneeth Chaganti | 2010-01-10 16:43:15 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-01-10 16:43:15 +0530 |
commit | 602f0fa886acefdcdbd9efa723f7cf3e24881f69 (patch) | |
tree | 15fd6b6def962518fdda7ebaaa455eda63533a09 /day1/cheatsheet4.tex | |
parent | 0efaab63b94b6353444e747b61155ecc560be657 (diff) | |
download | workshops-602f0fa886acefdcdbd9efa723f7cf3e24881f69.tar.gz workshops-602f0fa886acefdcdbd9efa723f7cf3e24881f69.tar.bz2 workshops-602f0fa886acefdcdbd9efa723f7cf3e24881f69.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} |