# Fisher equation par d=1,h=.2 u0=u1 u[1..100]'=u[j]*(1-u[j])+d*(u[j+1]-2*u[j]+u[j-1])/(h*h) u101=u100 init u1=1 @ dt=.025,total=20 done