day1/cheatsheet6.tex
changeset 324 2361df479844
parent 323 4e44d7741c94
parent 321 8bf99f747817
child 328 4075482a9770
--- a/day1/cheatsheet6.tex	Fri Nov 20 00:36:58 2009 +0530
+++ b/day1/cheatsheet6.tex	Fri Nov 20 00:42:56 2009 +0530
@@ -127,4 +127,9 @@
 In []: y = odeint(f, y0, t)
 \end{lstlisting}
 Note: To solve a system of ODEs, we need to change the function to return the right hand side of all the equations and the system and the pass the required number of initial conditions to the \typ{odeint} function.
+\section{Links and References}
+\begin{itemize}
+\item Documentation for Numpy and Scipy is available at: \url{http://docs.scipy.org/doc/}
+  \item For "recipes" or worked examples of commonly-done tasks in SciPy explore: \url{http://www.scipy.org/Cookbook/}
+\end{itemize}
 \end{document}