In [1]:
%pylab inline


Populating the interactive namespace from numpy and matplotlib

In [2]:
N = 1000

dU = zeros((N,N))
U = zeros((N,N))
U[:,0:5] = 1

In [ ]:
def update(i):