# linear ODE x'=a*x+b*y y'=c*x+d*y par a=-.25,b=2,c=-2,d=-.25 init x=1 @ xlo=-2,ylo=-2,xhi=2,yhi=2,xp=x,yp=y done