Skip to content

afrizaloky/False-Position-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

False Position Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages