Comment #20 on issue 1116 by [email protected]: integrate outputs wrong wresult when the function is singular
http://code.google.com/p/sympy/issues/detail?id=1116

For the given example -
    In [12]: integrate(1/x**2,(x,0,oo))
    Out[12]: ∞

I was thinking whether such example is possible or not. But if we see integration as a area under curve, and if the curve is approaching towards infinity at some point in the given interval,then we can't expect an area(integral) to be finite, right?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to