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 | a46479c09eba9fe9b56745961ae3a228f7cd4188 (patch) | |
tree | 198681d9191a5f9342e5dcb9bc3eaae1927a470b /day1/session4.tex | |
parent | f5ea32240326bd91e3608866b04e182c2c3cec4a (diff) | |
download | workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.tar.gz workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.tar.bz2 workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.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]]) |