| 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])
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.