diff options
Diffstat (limited to 'day1/cheatsheet6.tex')
-rwxr-xr-x | day1/cheatsheet6.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/day1/cheatsheet6.tex b/day1/cheatsheet6.tex index c4919b0..5dacecc 100755 --- a/day1/cheatsheet6.tex +++ b/day1/cheatsheet6.tex @@ -129,7 +129,7 @@ In []: y = odeint(f, y0, t) 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/} +\item Documentation for Numpy and Scipy is available at:\\ http://docs.scipy.org/doc/ + \item For "recipes" or worked examples of commonly-done tasks in SciPy explore: \\ http://www.scipy.org/Cookbook/ \end{itemize} \end{document} |