Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It seems sage's default algorithm can't do it. You can use mathematica's algorithm to do it in sage. You don't need mathematica installed on you computer. Just type the following command.

b=var('b')
integral(1/(x^b+1),x,algorithm='mathematica_free')