HP Forums

Full Version: Integrate vs Romberg
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I would like to know the differences between the integrate and romberg functions at Prime. Is Integrate the same implemented in 50G? Because on my calculators, the results differ by the last decimal places.
For the example given in the Prime help [romberg(e^(x²),x,0,1)] I get the same numeric value as for int(), i.e. 1.46265174591
Romberg is Romberg algorithm, it differs from the default algorithm for integration (adaptative Gaussian quadrature).
Reference URL's