# Marriage conflict for SES library

par a= 1, b=1, r=0.7, s=0.1, I=1.2, J=1.1

W(t+1) =I*H + r*W + a
H(t+1) = J*W + s*H + b

@ xp=H,yp=W

done
