% 7.81/8.591/9.531 % Final Problem Set % cAMP waves in Dictyostelium life cycle clear; close; dx=0.01; % spatial resolution x=(-1:dx:1); % x grid Lx=length(x); % number of points dt=0.01; % time increment tmax=100; % maximum time jrec=50; % recording interval % initial conditions t=0; % time j=0; % recording index % initialize c and i here c=; i=; while t