c) Direction Field

> DOMAIN := t = 0 .. 1 ;

[Maple Math]

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

> y = -1 .. 1 ;

[Maple Math]

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

> title = `Direction Field for #1` ):

> DIRplot;

[Maple Plot]

>