Example 6.4 Plot of two intersecting surfaces
Basic plot of two intersecting surfaces.
L := 5:
plotfunc3d(sin(x*y), x*y, x = -L..L, y = -L..L)
|
|
JavaView Display
Use the mouse pointer to rotate
the graphics. Right click on the picture will open a
menu where we can select rotations, scaling, moving
and a few other options.
More features of this graphics
can be examined using full
JavaView applet >> |
|