Skip to content

RuamMarcos/Bissection-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Bisection Method

This project implements the Bisection Method, a root-finding technique for continuous functions where the function values at the endpoints of an interval have opposite signs. The method repeatedly bisects the interval and selects the subinterval in which the function changes sign, converging to a root.

πŸ“ Project Structure

  • main.py: Contains the implementation of the Bisection Method algorithm.

πŸš€ How to Run

  1. Ensure you have Python 3 installed on your system.
  2. Clone this repository:
    git clone https://github.com/RuamMarcos/Bissection-Method.git
    cd Bissection-Method
  3. Run the program:
    python main.py

πŸ§ͺ Running Tests

No test suite is currently implemented.

πŸ“„ License

This project is licensed under the MIT License.

About

Implementation of a Linear Bissection Method

Topics

Resources

Stars

Watchers

Forks

Languages