R = CC[x,y,z]
sph = (x^2+y^2+z^2-1);
I = ideal {sph*(x-1)*(y-x^2), sph*(y-1)*(z-x^3)};
setRandomSeed 7
V = numericalVariety I
peek V