summaryrefslogtreecommitdiff
path: root/day1/session4.tex
diff options
context:
space:
mode:
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]])