[scilab-Users] Convergence problem
    José Luis Volta Grau 
    jlvolta at fibertel.com.py
       
    Mon Oct 18 16:25:04 CEST 2010
    
    
  
Hi Jean:
Change the tolerance and you will get the result of integrate('sin(x)','x',0,2*%pi,1e-5)
-->integrate('sin(x)','x',0,2*%pi,1e-5)
 ans  =
 
    2.222D-16 
which is almost zero.
J.L.
  ----- Original Message ----- 
  From: jean podlecki 
  To: users at lists.scilab.org 
  Sent: Monday, October 18, 2010 9:22 AM
  Subject: [scilab-Users] Convergence problem
  God afternoon, 
  Here's my problem.
  -------------------------------------------------
  -->integrate('sin(x)','x',0,2*%pi)
   !--error 24 
  Problème de convergence ...
  at line      70 of function integrate called by :  
  integrate('sin(x)','x',0,2*%pi)
  -------------------------------------------------
  Is it right ? How can I get the correct answer ?
  Jean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20101018/3c94500c/attachment.htm>
    
    
More information about the users
mailing list