Maxima Function
make_transform (vars, fx, fy, fz)
Returns a function suitable for the transform function in plot3d. Use with the plot option transform_xy.
transform_xy
make_transform ([r, th, z], r*cos(th), r*sin(th), z)$
is a transformation to polar coordinates.