False Position Method find roots from a function Installation Install Python 3 pip install -r requirements.txt How To Use python fp.py or ./fp.py Use x as function variable, example : 3x^2+5x+2 ==> 3x**2+5x+2 ( ** as power, * as multiply). Make sure f(xl) and f(xu) have different sign Documentation