from scitools.std import * def ex_FishShark(F0,S0,T,dt): """Explicit numerical solution of F'(t)=(2-S(t))F(t), F(0)=F0, S'(t)=(F(t)-1)S(t), S(0)=S0, for 0