diff --git a/Newton_raphson.m b/Newton_raphson.m index 3817a57635ab41d125b0caa2fad70a6cd85b92e9..7f7b972dc6b7bd4c1f60ed59e082d1f032460da6 100644 --- a/Newton_raphson.m +++ b/Newton_raphson.m @@ -39,7 +39,7 @@ if(abs(err)>tol) end - %%------------------------------------------------------------------------------ + %%-------------------------------------------------------------------------- %OUTPUT % Enter the function f(x): x^2-x-2 % Enter the first derivative function f`(x): 2*x-1