#SEIR disease model s'=-a*s*inf e'=a*s*inf-b*e inf'=b*e-c*inf r'=c*inf par a=.3 par b=.2 par c=.3 @ xp=V yp=w xlo=0 xhi=20 ylo=0 yhi=100 total=100 @ maxstor=10000 init s=99 init inf=1 init e=0 init r=0 done