La grafica

> with(plots):

> plot3d(3*x^2 - 2/3*sqrt(42)*z,x=-1..1,z=-1..1);

[Maple Plot]

> implicitplot3d(x^2-y^2-z^2- 1,x=-5..5,y=-5..5,z=-5..5);

[Maple Plot]

> implicitplot3d(x^2+y^2-z^2- 1,x=-5..5,y=-5..5,z=-5..5);

[Maple Plot]

> plot3d(x^2-y^2,x=-1..1,y=-1..1);

[Maple Plot]