Lecture Overview
An example of numpy
- Conway's Game of Life
- Vector processor. The simplest way of implemnting the game of life uses for loops. But cells can be computed at the same time so we can get a big speedup by using vectorized code. This is one feature (by far not the only one) of numpy.
Here is my sage worksheet with the code: GameOfLife.sagews.
Exercises
No homework