FALSE POSITION METHOD
FALSE POSITION METHOD , USE : • Find root of contineous function of f(x). APPROACH : a) Find interval [a b] such that as • f(a) and (b) must have different Signs Somewhere in between must be Zero. b) Compute Secant between and b*f(b)). c) Take point c which be present on Secant as well as x axis. d) Replace a or b with matching. Sign of f(c) Such that F (a)* F (c)<0 or F (b)* F (c)<0 e)Repeat this_ process upto giver iterations. calculated C =(a*func(b)-b*func(a))/(func(b)-func(a)); FLOWCHART of FALSE position method STEP 1)Take two points a and b , and find f(a)*f(b)<0 STEP 2) we draw Secant between f(a) and f (b) is secant AB line is a Secant. Now we choose C where secant cut to the X axis. STEP 3) Cheak fu...
Comments
Post a Comment
If you have any doubt ,let me know