Scilab Function

integrate - integration by quadrature

Calling Sequence

[x]=integrate(expr,v,x0,x1 [,ea [,er]])

Parameters

Description

computes :

The evaluation hopefully satisfies following claim for accuracy: abs(I-x)<= max(ea,er*abs(I)) where I stands for the exact value of the integral.

Examples

See Also