News

This project presents an innovative approach to finding square roots by combining the secant and tangent methods. Developed in Python, it aims to leverage the global approximation capabilities of the ...
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, ...