1 | initial version |
Use streamline_plot:
streamline_plot([u*(1-u-0.2*v),v*(1-v-0.5*u)],[u,0,2],[v,0,2])
2 | No.2 Revision |
Use streamline_plot:
streamline_plot([u*(1-u-0.2*v),v*(1-v-0.5*u)],[u,0,2],[v,0,2])
streamline_plot([u*(1-u-0.2*v),v*(1-v-0.5*u)], [u,0,2], [v,0,2])