Skip to content

afrizaloky/False-Position-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

False Position Method

A. Installation 1. Install Python3 2. pip install -r requirements.txt

B. 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

C. Documentations

About

False Position Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages