False Position Method

False position method or the regula falsi, is a very old method for solving non-linear function. This method actually using a concept of trial and error technique of using test (“false”) values for the variable and then adjusting the test value according to the outcome. This is sometimes also referred to as “guess and check”.

Always leave a comment.

Bisection Method

Bisection Method is a numerical method to find a root for a given function. A root of function is when f(x)=a where the value of f(a)=0 .

Don’t forget to leave a comments every time you watch the video.