diff options
author | Santosh G. Vattam | 2010-04-21 13:47:36 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-21 13:47:36 +0530 |
commit | 251c7745e1f9274c631bde160c9dff8cf429919b (patch) | |
tree | 198681d9191a5f9342e5dcb9bc3eaae1927a470b /day1/session4.tex | |
parent | 235b7b9597664881549830a221fa7098f312ad5a (diff) | |
download | workshops-more-scipy-251c7745e1f9274c631bde160c9dff8cf429919b.tar.gz workshops-more-scipy-251c7745e1f9274c631bde160c9dff8cf429919b.tar.bz2 workshops-more-scipy-251c7745e1f9274c631bde160c9dff8cf429919b.zip |
MNIT Jaipur changes.
Diffstat (limited to 'day1/session4.tex')
-rw-r--r-- | day1/session4.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/session4.tex b/day1/session4.tex index b39b5fd..b0ddb5c 100644 --- a/day1/session4.tex +++ b/day1/session4.tex @@ -134,7 +134,7 @@ \begin{frame}[fragile] \frametitle{Matrices: Initializing} \begin{lstlisting} -In [23]: c = array([[11,12,13], +In []: c = array([[11,12,13], [21,22,23], [31,32,33]]) |