Difference between newton rapson and regula falsifa
Answers
Answered by
4
Explanation:
in Regula falsi method, we calculate only one more value of each step i.e. f(xn) while in Newton's method we require two calculations f(xn) and f'(xn). So Newton's method generally requires less number of iterations but requires more time for computation at each iteration.
Similar questions