Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 407 Bytes

False Position Method

find roots from a function

Installation

  1. Install Python 3
  2. pip install -r requirements.txt

How To Use

  1. python fp.py or ./fp.py
  2. Use x as function variable, example : 3x^2+5x+2 ==> 3x**2+5x+2 ( ** as power, * as multiply).
  3. Make sure f(xl) and f(xu) have different sign

Documentation