Question: How to convert these equations back to in terms of x,y,z?

x := (1+v/2*cos(u/2))*cos(u);
y := (1+v/2*cos(u/2))*sin(u);
z := v/2*sin(u/2);

Please Wait...