# a generic linear ode x'=a*x+b*y y'=c*x+d*y par a=-1,b=3,c=-3,d=-1 @ xlo=-2,ylo=-2,xhi=2,yhi=2,xp=x,yp=y done