Matlab Script To Find Root Using Newton's Raphson Method
Matlab Script To Find Root Using Newton's Raphson Method
if ea < tolerance
break;
end
2. Repeat step 1 until percentage approximate relative error is less than 0.2%.