# Discrete time lag oscillator # #This does NOT work. Something wrong with "delay". Please fix! p p=4, b=.5, tau=2.5 dx/dt = 1/(1+delay(x,tau)^p) - b*x x(0)=1.1 @ delay=10 done