[scilab-Users] Convergence problem

xavier roguiez xr at geo.hmg.inpg.fr
Mon Oct 18 15:48:32 CEST 2010


Le 18/10/2010 15:38, Julio Gonzalez-Saenz a écrit :
> I ran the example on help, and it ran..
> 
> 
> x0=0;x1=0:0.1:2*%pi;
> X=integrate('sin(x)','x',x0,x1);
> 
Hi julio,

The result is also inaccurate ? using a vector doesn't change the
problem because you've done the following computation :
  integrate('sin(x)','x',0,6.2)
->0.0034579

 but if you try
 integrate('sin(x)','x',0,2*%pi)
it doesn't run...
It's a mystery for me...

xavier



More information about the users mailing list