# Substrate-depletion oscillator # Simple model of glycolytic oscillations dx/dt=v*(z-x)*(e2+x*x)/(1+x*x)-x dz/dt=k-x p v=1, e2=.01, k=.2 done