Solution Curves

> IC := [ ? = ?, ? = ? ] ; # specify an initial condition (not needed for direction field)

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

> scene=[ ?, ? ], arrows=NONE, linecolor=BLUE ):

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

> scene=[ ?, ? ], arrows=NONE, linecolor=GREEN ):

> display( [ P1, P2 ] , title = `? and ? vs. ?` ); # combined solution curves

> display( array([P1,P2]), title = `?` ); # side-by-side solution curves

>