Sidi's generalized secant method: Difference between revisions

Content deleted Content added
Line 3:
== Sidi's method ==
 
Sidi's method is a [[root-finding algorithm]], i.e. a numerical method for solving equations of the form ''<math> f''(''x'') = 0</math> . The method was published
<ref>
Sidi, Avram, Applied Mathematics E-notes '''8''' (2008), 115-123, http://www.math.nthu.edu.tw/~amen/2008/070227-1.pdf
Line 12:
</ref>
 
Sidi's method is a generalization of the [[secant method]].
 
== Algorithm ==