Solution Curves

> 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

>