Hi.

I seem to be getting zero for a divergent integral:


SageMath % ./sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 7.5.1, Release Date: 2017-01-15                   │
│ Type "notebook()" for the browser-based notebook interface.        │
│ Type "help()" for help.                                            │
└────────────────────────────────────────────────────────────────────┘
sage: var('x')
x
sage: integrate(x/(1+x^2),x,0,infinity)
0



This integral is definitely divergent so I'd say that reporting zero is
misleading,  I would expect either an error or to return 'infinity', or to
report that the integral is divergent.

best wishes

Robin


-- 
Robin Hankin
Neutral theorist
hankin.ro...@gmail.com

-- 
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 https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to