On Friday, October 21, 2011, Gary Church <[email protected]> wrote: > Hello all, > > How can I evaluate > > integral(sin(x^2),x,0,2) > > to get a real value instead of the nasty expression involving erf() and I that it spits out at me? >
Use integrate_numerical instead. Amusingly I ran into the same thing today (same integral). > Thanks much, > Gary > > -- > 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
