summaryrefslogtreecommitdiff
path: root/day1/session4.tex
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-11-05 21:04:23 +0530
committerPuneeth Chaganti2009-11-05 21:04:23 +0530
commit2d44df22f9ca330f4d8c462dd2126b1249253c08 (patch)
tree52b1d3cd532383a9525ecacdd907da51677d01c8 /day1/session4.tex
parent9aa43dc874fda6dd336608526a06bb9be59936d1 (diff)
downloadworkshops-more-scipy-2d44df22f9ca330f4d8c462dd2126b1249253c08.tar.gz
workshops-more-scipy-2d44df22f9ca330f4d8c462dd2126b1249253c08.tar.bz2
workshops-more-scipy-2d44df22f9ca330f4d8c462dd2126b1249253c08.zip
Added lena.png.
Diffstat (limited to 'day1/session4.tex')
-rw-r--r--day1/session4.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/day1/session4.tex b/day1/session4.tex
index 00e4e47..373e342 100644
--- a/day1/session4.tex
+++ b/day1/session4.tex
@@ -79,7 +79,7 @@
\author[FOSSEE] {FOSSEE}
\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
-\date[] {31, October 2009\\Day 1, Session 4}
+\date[] {31 October, 2009\\Day 1, Session 4}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
@@ -244,7 +244,7 @@ array([[ 1, 1, 2],
In []: C[:,::2]
Out[]:
-array([[ 1, 2],
+xarray([[ 1, 2],
[ 0, 0],
[-1, 7]])