An open API service indexing awesome lists of open source software.

https://github.com/sudipto3331/bisection-numerical-method-implementation-in-python

This repository contains a Python implementation of the Bisection Method for finding roots of nonlinear equations. The code includes input validation, iteration, and termination based on the desired error or reaching the maximum number of iterations. Results are saved into an Excel file.
https://github.com/sudipto3331/bisection-numerical-method-implementation-in-python

bisection-method excel-export python3 spyder-python-ide

Last synced: 7 months ago
JSON representation

This repository contains a Python implementation of the Bisection Method for finding roots of nonlinear equations. The code includes input validation, iteration, and termination based on the desired error or reaching the maximum number of iterations. Results are saved into an Excel file.

Awesome Lists containing this project