On Sep 23, 5:46 am, Burcin Erocal <[email protected]> wrote:


> How does doing N[Integrate[ ... ]] in MMA compare to using NIntegrate?

Isn't this obvious?  N[Integrate[f[x],{x,a,b}]  tries to compute
Integrate[f[x],{x,a,b}]  exactly by symbolic methods.  Then
evaluates the result if possible.  NIntegrate does not try to do a
symbolic integral first.

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to