- \!\(InputForm\`\(a = 0.9; \n
- b = 0.3; \n
- g = 0.5; \n
- xo = 1; \n
- T = 0.7; \n
- sol = NDSolve[{\(x'\)[t] == a - b*x[t] + g*x[t]\^2, x[0] ==
- xo}, {x}, {t, 0, T}]; \n
- Plot[Evaluate[{x[t]} /. sol], {t, 0, T}]\)\)
Author: Not specified | Language: text |
Description: Not specified | Timestamp: 2017-09-19 12:01:39 +0000 |
View raw paste | Reply |
View raw paste | Reply |