[scilab-Users] Strange problem with "integrate" : "Convergence problem..." error 24 (Scilab 4.1.2)

Maki 1sy8 debian1sy8 at gmail.com
Mon Oct 27 22:14:47 CET 2008


On Mon, Oct 27, 2008 at 3:20 PM, Michaël Baudin
<michael.baudin at scilab.org> wrote:
> Oh, and by the way, this is exactly the method used by integrate, so
> you can use it with several step instead of only one :
>
> x0=0.;
> step = 2*%pi/10
> x1=0:step:2*%pi;
> integrate("sin(x)",'x',x0,x1)
>

Hi all,

So, it seems that integrate computes the integral on each subinterval
and then sums all 'sub'-integrals automatically ?

By the way, which algorithm is used by Scilab for numerical quadrature ?

Regards



More information about the users mailing list