equal
deleted
inserted
replaced
424 \frac{d^2x}{dt^2}+\mu(x^2-1)\frac{dx}{dt}+x= 0 |
424 \frac{d^2x}{dt^2}+\mu(x^2-1)\frac{dx}{dt}+x= 0 |
425 \end{equation*} |
425 \end{equation*} |
426 Make a plot of $\frac{dx}{dt}$ vs. $x$. |
426 Make a plot of $\frac{dx}{dt}$ vs. $x$. |
427 \inctime{30} |
427 \inctime{30} |
428 \end{frame} |
428 \end{frame} |
429 |
429 \begin{frame}{Summary} |
430 |
430 \begin{itemize} |
|
431 \item Advanced NumPy |
|
432 \item SciPy |
|
433 \begin{itemize} |
|
434 \item Linear Algebra |
|
435 \item Integration |
|
436 \item Interpolation |
|
437 \item Signal and Image processing |
|
438 \end{itemize} |
|
439 \end{itemize} |
|
440 \end{frame} |
431 \end{document} |
441 \end{document} |
432 |
442 |
433 - Numpy arrays (30 mins) |
443 - Numpy arrays (30 mins) |
434 - Matrices |
444 - Matrices |
435 - random number generation. |
445 - random number generation. |