
Drawing Two Graphs on the Same Screen
Example | Draw the graph y = x(x + 1)(x – 1) in the main screen, and then use | ||
| Box Zoom to enlarge it. |
| |
| Use the following | ||
| (Main Screen) |
|
|
| Xmin = | Xmax = 2, | Xscale = 0.5 |
| Ymin = | Ymax = 2, | Yscale = 1 |
Procedure
1m GRAPH
2!m(SET UP)cc1(G+G)J
3
4
5!2(ZOOM)1(BOX) c~ce~ew f~fd~dw
Result Screen
20050401