Showing posts with label Secant. Show all posts
Showing posts with label Secant. Show all posts

Wednesday, 11 July 2012

Secant Method (Open Method)


Secant Method
The secant method requires two initial points x0 and x1 which are both reasonably close to the
solution x_. Preferably the signs of y0 = f(x0) and y1 = f(x1) should be different. Once x0 and x1
are determined the method proceeds by the following formula:
xi+1 = xi
xi xi1
yi yi1