day1/session1.tex
changeset 365 2cda9b04f142
parent 358 162e3e453920
child 366 ec4cb3ba7f09
child 369 6691465a7f5a
equal deleted inserted replaced
364:856470d9a952 365:2cda9b04f142
   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]