Scientific computing in Python is typically fragmented across multiple specialized libraries such as NumPy, SciPy, SymPy, scikit-learn, and domain-specific toolkits for cryptography, optimization, and ...
This repository contains a Python implementation of numerical root-finding methods for solving ( f(x) = 0 ). The methods include Bisection, Newton-Raphson, Fixed Point Iteration, False Position, ...