Week 4: September 21 - 25

Mayfly Model

We continue our exploration of the "Mayfly model", paying particular attention to the long-term behavior of the system.

Machine Arithmetic

Although mathematics deals with real numbers of infinite precision, these numbers must be represented in a computer using a finite number of digits. We examine ways in which this can be done effectively, and some of the problems and issues that arise in doing so.

Week 4 Notebook

IPython Notebook

Python

NumPy

NumPy is the standard package for numerical computing in Python. It uses a new container for numerical data - the ndarray - that supports fast and efficient computation. NumPy also defines routines for accessing and manipulating these arrays.


Quiz 3

Sample Quiz 3

Assignment 3: Mayfly Model Exploration

Activity:

Tools: