Question: how to find back the input if slope is this?

read example
 
sph := <R*cos(u)*cos(v)|R*sin(u)*cos(v)|R*sin(v)>;
GK(sph); #Gauss Curvature
MK(sph); #Mean Curvature
 
how to find sph if slope is tan(u) ?
 
Please Wait...