Example 3 (Figure 5)

> z := y^2 - x^2;

z := y^2-x^2

> plot3d( z, x=-4..4, y=-4..4, title="Figure 5" );

[Maple Plot]

>