Computer Science, asked by deep6920, 11 months ago

Difference between false position and secant method

Answers

Answered by Ekaparnika
1

Answer

The regula falsi, aka. false position method, is a bracketing algorithm. It iterates through intervals that always contain a root whereas the secant method is basically Newton's method without explicitly computing the derivative at each iteration. The secant is faster but may not converge at all.

Hope this helps you...please mark me as BRANLIEST

Similar questions