day1/cheatsheet6.tex
changeset 321 8bf99f747817
parent 317 0eca6c542fce
child 324 2361df479844
equal deleted inserted replaced
317:0eca6c542fce 321:8bf99f747817
   113 
   113 
   114   In []: y = odeint(epid, 250, t)
   114   In []: y = odeint(epid, 250, t)
   115 
   115 
   116   In []: plot(t, y)
   116   In []: plot(t, y)
   117 \end{lstlisting}
   117 \end{lstlisting}
       
   118 \section{Links and References}
       
   119 \begin{itemize}
       
   120 \item Documentation for Numpy and Scipy is available at: \url{http://docs.scipy.org/doc/}
       
   121   \item For "recipes" or worked examples of commonly-done tasks in SciPy explore: \url{http://www.scipy.org/Cookbook/}
       
   122 \end{itemize}
   118 \end{document}
   123 \end{document}