From d1f7a571af57d94c4f54d51ea1d855bd0762328c Mon Sep 17 00:00:00 2001 From: VaishnavaHari S <cb.en.u4mee16159@cb.students.amrita.edu> Date: Thu, 11 Oct 2018 14:49:44 +0530 Subject: [PATCH] Update Newton_raphson.m --- Newton_raphson.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Newton_raphson.m b/Newton_raphson.m index 3817a57..7f7b972 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 -- GitLab