Maxima asks about sign of integration(!) variable
- Subject: Maxima asks about sign of integration(!) variable
- From: John Lapeyre
- Date: Thu, 26 Sep 2013 14:33:48 +0200
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