Difference+between+bisection+method+,+newton+raphson+and+regula+false+method
Answers
Answered by
0
When it comes to bisection method, it requires a minimal knowledge of function. Particularly, it needs the interval.
It is because the overall function can relies on intermediate value theorem for the correctness.
The Newton’s method needs a proper initial guess. Also, it needs extended assumption of function in the neighborhood around initial guess.
It requires people to recognize how to safely computer a derivative.
Similar questions