superfluous floor in response
Publié : jeu. avr. 28, 2016 10:24 pm
Using xcas 1.2.2-35
int(tan(x)^6,x) gives pi*floor(x/pi+1/2)+1/5*tan(x)^5-1/3*tan(x)^3+tan(x)-x. The antiderivative would be correct without the floor term. Sure, it's okay there, but not required.
int(tan(x)^6,x) gives pi*floor(x/pi+1/2)+1/5*tan(x)^5-1/3*tan(x)^3+tan(x)-x. The antiderivative would be correct without the floor term. Sure, it's okay there, but not required.