Description Usage Arguments Details Value See Also Examples
Adaptive integration
1 | adaptint(f, a, b, n = 10, tol = 1e-06)
|
f |
function to integrate |
a |
the a-bound of integration |
b |
the b-bound of integration |
n |
the maximum recursive depth |
tol |
the maximum error tolerance |
The adaptint function uses Romberg's rule to calculate the
integral of the function f over the interval from a
to b. The parameter n sets the number of intervals
to use when evaluating. Additional options are passed to the
function f when evaluating.
the value of the integral
Other integration:
gaussint(),
giniquintile(),
mcint(),
midpt(),
revolution-solid,
romberg(),
simp38(),
simp(),
trap()
Other newton-cotes:
giniquintile(),
midpt(),
romberg(),
simp38(),
simp(),
trap()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.