Example 2 (Figure 4)

> z := 1/3 * sqrt( 36-9*x^2-4*y^2);

z := 1/3*sqrt(36-9*x^2-4*y^2)

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

[Maple Plot]

>