Solution Curves

> IC;

[Maple Math]

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

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

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

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

> P3:= DEplot( MODEL, VAR, DOMAIN, [ IC ], stepsize=0.01,

> scene=[ t, z ], arrows=NONE, linecolor=RED ):

> display( [ P1, P2, P3 ] , title = `Solution Curves for Lorenz System` ); # combined solution curves

>