.. Created by Adam Cunnningham on Sat Dec 10 2016. **Week 9: March 27 - 31** ========================= Continuous-Time Dynamical Systems --------------------------------- Differential equations lie at the core of a scientific description of the natural world. We explore ways in which the solutions to such equations can be approximated on a computer. Python ------ - **enumerate** NumPy ----- - **argmin**, **argmax** Matplotlib ---------- - **loglog** - **semilogx** - **semilogy** - **axvline** - **axhline** Quiz 8: More NumPy ------------------ - Indexing using boolean arrays. - Indexing using integer arrays. - **meshgrid** :download:`Sample Quiz 8 <../Quizzes/Quiz8Sample.pdf>`