| Up | Next | Prev | PrevTail | Tail |
For the numerical evaluation of univariate integrals over a finite interval the following strategy is used:
For multivariate integrals only the adaptive quadrature is used. This algorithm tolerates isolated singularities. The value iterations here limits the number of local interval intersection levels. Accuracy is a measure for the relative total discretization error (comparison of order 1 and order 2 approximations).
Syntax:
where exp is the function to be integrated,
var1,var2,… are the integration variables,
l1,l2,… are the lower bounds,
u1,u2,… are the upper bounds.
Result is the value of the integral.
Example:
| Up | Next | Prev | PrevTail | Front |