Dear list, I came across what at first seemed like inconsistant behavior when integrating functions to infinity. Just thought I would bring this to your attention so you can decide whether to keep the behavior the same of not. I have written a sage worksheet that shows and example, http://demo.sagenb.org/home/pub/337
Basically, I have a function F(a, b) that is real for all positive values of a and b (where a < b). When b->oo one of the terms in the equation tends to zero. Depending how this original function F was calculated this either caused sage to successfully take the limit and return the real result, or alternatively crash with a 0*oo error. Do you think that it would be better behavior to first try/catch the error involving the infinity and attempt to take the limit? Best regards, Daniel -- 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/sage-support URL: http://www.sagemath.org
