d) Phase Plane

> DOMAIN := t = 0 .. 1 ;

[Maple Math]

> WINDOW := x = -1 .. 1,

> y = -1 .. 1 ;

[Maple Math]

> IC := [ seq( seq( [x(0)=i, y(0)=j/3 ], j=-3..3 ), i=[-1,1] ),

> seq( seq( [x(0)=i/3,y(0)=j ], j=[-1,1] ), i=-3..3 ) ];

[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]

> PHASEplot := DEplot( MODEL, VAR, DOMAIN, WINDOW, IC, arrows=THIN, arrows = MEDIUM,

> title = `Phase Plane for #1` ):

> PHASEplot;

[Maple Plot]

>