(c) Phase Portrait

> DOMAIN := t = 0 .. 50 ;

[Maple Math]

> PHASEplot := DEplot( MODEL, VAR, DOMAIN, [ IC ], WINDOW,

> arrows=SLIM, stepsize=0.1,

> scene=[ x, y ], linecolor=BLUE,

> title = `Phase Portrait for # 6` ):

> PHASEplot;

>