Week 9: April 3 - 7

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.

Week 9 Notebook

Python

  • enumerate

NumPy

  • More meshgrid
  • Indexing using integer arrays

Matplotlib

  • contour
  • contourf
  • colorbar

Quiz 8: Images

  • The RGB color model
  • NumPy 3D color arrays
  • imread
  • imsave
  • imshow

Sample Quiz 8