# Generic linear equation # init x=2,y=0 parameter a=-9,b=-5,c=1,d=-3,bx=7,by=1 x'= a*x+b*y+bx y'= c*x+d*y+by done