Description Usage Arguments Value Examples
an example function calculating integrals by Recursive method
1 | SL.area(f, a, b, eps = 1e-06, lim = 10)
|
f |
the integrand function |
a |
the lower limit of integral |
b |
the upper limit of integral |
eps |
accurancy |
lim |
upper bound between partitions |
the result of integrals
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.