Maxima asks about sign of integration(!) variable



Here is one way to get the principle cuberoot:

(%i1) subst(-1,x,x^(1/3));
(%o1) -1
(%i2) subst(-1,x,polarform(x^(1/3)));
(%o2) sqrt(3)*%i/2+1/2

--John