How can we plot the phase portait? i got a système of two differential equations: du/dt=u(1-u-0.2v) dv/dt=v(1-v-0.5u)
For a vector field: var('u v') plot_vector_field([u(1-u-0.2v),v(1-v-0.5u)],[u,0,2],[v,0,2])
| 1 | initial version |
How can we plot the phase portait? i got a système of two differential equations: du/dt=u(1-u-0.2v) dv/dt=v(1-v-0.5u)
For a vector field: var('u v') plot_vector_field([u(1-u-0.2v),v(1-v-0.5u)],[u,0,2],[v,0,2])
How can we plot the phase portait?
i portait?
I got a système system of two differential equations:
du/dt=u(1-u-0.2v)
dv/dt=v(1-v-0.5u)equations:
$$ du/dt = u(1-u-0.2v) $$
$$ dv/dt = v(1-v-0.5u) $$
For a vector field:
var('u v')
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.