![Graph1] (http://i46.tinypic.com/3447441.jpg)
![Graph2] (http://i50.tinypic.com/2d95ug0.jpg)
| Plot[ | |
| (2 - 9.58 x)/E^(2.21 x) - 2, | |
| {x, -10, 10}, | |
| PlotRange -> 10 , | |
| AxesLabel -> {t, x}, | |
| PlotLabel -> Style[ | |
| ToExpression[ | |
| "x(t) = (2 - 9.58t) {e}^{-2.21t} -2 ", | |
| TeXForm | |
| ], | |
| FontSize -> 20 | |
| ] | |
| ] | |
| Plot[ | |
| E^(-3.85 x)*2*E^(-3.15 x) - 2, | |
| {x, -2, 5}, | |
| PlotRange -> 5, | |
| AxesLabel -> {t, x}, | |
| PlotLabel -> | |
| Style[ | |
| ToExpression[ | |
| "x(t) = {e}^{-3.85t} 2 {e}^{-3.15t} -2 ", | |
| TeXForm], | |
| FontSize -> 20 | |
| ] | |
| ] |
![Graph1] (http://i46.tinypic.com/3447441.jpg)
![Graph2] (http://i50.tinypic.com/2d95ug0.jpg)