[next] [tail] [up]
∫x13/2a+bx5dx
Optimal antiderivative −aarctanh(x52bbx5+a)5b32+x52bx5+a5b
command
integrate(x**(13/2)/(b*x**5+a)**(1/2),x)
Sympy 1.10.1 under Python 3.10.4 output
Exception raised: SystemError
Sympy 1.8 under Python 3.8.8 output
ax521+bx5a5b−aasinh(bx52a)5b32
[next] [front] [up]