Previous Up Next

10.3.3  Approximating computation of integrals: romberg nInt

The romberg command finds approximate values of integrals using the Romberg method.
nInt is a synonym for rombert.


Example.
Input:

romberg(exp(x^2),x,0,1)

Output:

1.46265174591

Previous Up Next