|
|
Part 12: Direction fields
Recall the use of a colon to keep from outputting Maple's complete description of the plot. The %; at the end causes drawing to take place.
Change your function
plot command to
plot2 := plot (h(t), t = -2..2, y = -0.5..1.5,
thickness=2): %;
Then enter
display( plot1, plot2 );
to show the two plots superimposed.
|
|
modules at math.duke.edu | Copyright CCP and the author(s), 1998, 1999, 2000 |