day1/session1.tex
changeset 358 162e3e453920
parent 354 5dc6c3673f9d
child 366 ec4cb3ba7f09
child 369 6691465a7f5a
--- a/day1/session1.tex	Tue Jan 12 19:05:09 2010 +0530
+++ b/day1/session1.tex	Thu Jan 21 15:26:11 2010 +0530
@@ -530,7 +530,7 @@
 \frametitle{\incqno }
 Draw (roughly) the plot obtained by the following:
 \begin{lstlisting}
-In []: x = linspace(0, 2*pi, 3)
+In []: x = linspace(0, pi, 3)
 In []: plot(x, sin(x))
 \end{lstlisting}
 \end{frame}