On Friday, July 17, 2015 at 11:01:52 AM UTC+2, Johannes Lippmann wrote:
>
> What should I do now?
>

If the (default) Maxima subroutine does not satisfy, always try SymPy:

sage: integrate(x/(x^2+1),(x,0,infinity),algorithm='sympy')
+Infinity

Maxima when started without Sage says:

(%i1) integrate(x/(x^2+1),x,0,+inf);
defint: integral is divergent.

so you found an error in Sage's interface to Maxima.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to