Excercise Lecture 2

Fredrik Eikeland Fossan


Feb 3, 2016


Euler and Heun

This script will be used dynamically through the lecture. I can make changes to it, and if you import it and

# ExcerciseLectures/lec-1/tmp_lec1.py

import numpy as np # we advice this syntax for importing numpy
import matplotlib.pylab as plt # plotting library. we advice this syntax for importing matplotlib.pylab