We will go through the notebook $UWHPSC/homeworks/project/Heat_Equation.ipynb, also visible at http://nbviewer.ipython.org/url/faculty.washington.edu/rjl/notebooks/Heat_Equation.ipynb.
This notebook gives a brief introduction to the heat equation and two numerical methods for its solution, an explicit method and the more stable implicit Crank-Nicolson method.
There is quiz for Lab 19