Ask Your Question

Revision history [back]

Use streamline_plot:

streamline_plot([u*(1-u-0.2*v),v*(1-v-0.5*u)],[u,0,2],[v,0,2])

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])