Skip to content
Snippets Groups Projects
Commit d1f7a571 authored by VaishnavaHari S's avatar VaishnavaHari S
Browse files

Update Newton_raphson.m

parent ab9e5ecb
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment