day1/session1.tex
changeset 358 162e3e453920
parent 354 5dc6c3673f9d
child 366 ec4cb3ba7f09
child 369 6691465a7f5a
equal deleted inserted replaced
355:6af6441034f9 358:162e3e453920
   528 
   528 
   529 \begin{frame}[fragile]
   529 \begin{frame}[fragile]
   530 \frametitle{\incqno }
   530 \frametitle{\incqno }
   531 Draw (roughly) the plot obtained by the following:
   531 Draw (roughly) the plot obtained by the following:
   532 \begin{lstlisting}
   532 \begin{lstlisting}
   533 In []: x = linspace(0, 2*pi, 3)
   533 In []: x = linspace(0, pi, 3)
   534 In []: plot(x, sin(x))
   534 In []: plot(x, sin(x))
   535 \end{lstlisting}
   535 \end{lstlisting}
   536 \end{frame}
   536 \end{frame}
   537 
   537 
   538 \begin{frame}[fragile]
   538 \begin{frame}[fragile]