>From the "report a problem" bug list:

in Sage 4.1.1

the evaluation of :
f = e^(sqrt(x));
f.integral(x,1,2);

give the error :
Traceback (click to the left for traceback)
...
Is yx positive or negative?


however the evalutation of :
f = 2^((sqrt(x))/ln(2));
f.integral(x,0,2);

work correctly....


Note by me:
Just f = e^(sqrt(x)); f.integral(x) works!
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to