- #1
Nusc
- 760
- 2
VectorPlot[{D[x[t], t] == x[t] (4 - y[t] - x[t]^2),
D[y[t], t] == y[t] (-1 + x[t])}, {x, -10, 10}, {y, -10,
10}, {t, -10, 10}]
I'm trying to graph the phase plane of these equations. I get an error, what's wrong with my command?
D[y[t], t] == y[t] (-1 + x[t])}, {x, -10, 10}, {y, -10,
10}, {t, -10, 10}]
I'm trying to graph the phase plane of these equations. I get an error, what's wrong with my command?