Sidi's generalized secant method is a root-finding algorithm, that is, a numerical method for solving equations of the form f ( x ) = 0 {\displaystyle f(x)=0} . The method was published by Avram Sidi.
The method is a generalization of the secant method. Like the secant method, it is an iterative method which requires one evaluation of f {\displaystyle f} in each iteration and no derivatives of f {\displaystyle f} . The method can converge much faster though, with an order which approaches 2 provided that f {\displaystyle f} satisfies the regularity conditions described below.