On Sat, Nov 12, 2011 at 3:23 PM, achrzesz <[email protected]> wrote: > > sage: import sympy > sage: sympy.integrate(1/(sqrt(x)*((1+sqrt(x))^2)),(x,1,9)) > 1/2 > > Andrzej Chrzeszczyk
Good point. And even: sage: integrate(1/(sqrt(x)*((1+sqrt(x))^2)),x,1,9,algorithm='sympy') 1/2 > > -- > 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 > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- 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
