# phase.ode # phase model for two coupled oscillators th1'=w1+a1*sin(th2-th1) th2'=w2+a2*sin(th1-th2) par w1=1,w2=1.2,a1=.15,a2=.15 @ total=100 @ maxstor=100000 done