close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 2 of Ticket #689


Ignore:
Timestamp:
May 6, 2009, 4:07:52 PM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #689

    • Property Status changed from new to assigned
  • Ticket #689 – Description

    initial v2  
    11La funcion NewtonSolve no devuelve el resultado esperado.
    2 
     2{{{
    33Real f(Real x){
    44  Real x-1
    55};
    6 
    76Real NewtonSolve(f,0.1,0);
    8 
     7}}}
    98¿El valor inicial debe de cumplir alguna restricción en este caso? Hemos probado con varios valores y siempre nos devuelve el inicial
    109¿Estamos utilizando bien esta función?