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.
- Timestamp:
-
May 6, 2009, 4:07:52 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
initial
|
v2
|
|
1 | 1 | La funcion NewtonSolve no devuelve el resultado esperado. |
2 | | |
| 2 | {{{ |
3 | 3 | Real f(Real x){ |
4 | 4 | Real x-1 |
5 | 5 | }; |
6 | | |
7 | 6 | Real NewtonSolve(f,0.1,0); |
8 | | |
| 7 | }}} |
9 | 8 | ¿El valor inicial debe de cumplir alguna restricción en este caso? Hemos probado con varios valores y siempre nos devuelve el inicial |
10 | 9 | ¿Estamos utilizando bien esta función? |