5.2.2 We have done this procedure during the class, so please consult lecture notes 5.2.6
StreamPlot[{-3 x+2 y, x - 2y}, {x,-5,5},{y,-5,5}]
5.2.13
StreamPlot[{x+y, -2x - 3y}, {x,-5,5},{y,-5,5}]Here we take This is over damped oscillator.
If then there are two identical roots, and the oscillator becomes critically damped, which corresponds to the stable deffective (degenerate) node:
StreamPlot[{x+y, -x - 2 y}, {x,-5,5},{y,-5,5}]Here we take If then the origin is assymptotically stable, since there are two complex roots with negative real part. The phase portrait becomes the stable spiral:
StreamPlot[{x+y, -x - .2 y}, {x,-5,5},{y,-5,5}]5.3.3