equal
deleted
inserted
replaced
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] |