Comment #18 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
@asmeurer : Is it not enough just to check whether the root lies in that interval or not instead of actually finding the roots? I guess this can be done my numerical techniques and will work for any kind of function. So does it make sense to add some function in integral.py which checks whether the given function is bounded or not and if not then returns oo or -oo whatever may be the case. Before I start, is there any function in sympy which checks whether the given function is bounded or not?
-- 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.
