Example 7.10 - Another example of a parametric surface
This another example of a surface given by parametric
equations. The way of plotting it is essentially the same
like in the previous example. However, shape of this
surface is more interesting.
export(plot, Surface3d):
h := (x,y,z) -> [abs(sin(x)),abs(sin(y)),abs(sin(z))]: