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