GitHub / josgard94 / BisectionMethod-Python
The bisection method is based on the mean value theorem and assumes that f (a) and f (b) have opposite signs. Basically, the method involves repeatedly halving the subintervals of [a, b] and in each step, locating the half containing the solution, m.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josgard94%2FBisectionMethod-Python
PURL: pkg:github/josgard94/BisectionMethod-Python
Stars: 3
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 8.79 KB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: about 2 years ago
Pushed at: over 4 years ago
Last synced at: 3 months ago
Topics: bisection, bisection-method, numerical-analysis, numerical-methods, python, python-3, python3, root