param beta=10 f(x) = tanh(x) x1' = -x1 + f(-beta*x2) x2' = -x2 + f(-beta*x1) init x1=0.1 x2=0 done