This project demonstrates how to use the Newton-Raphson numerical method to solve the equation sin(x) = 0, thereby calculating an approximate value of π. The Newton-Raphson method is an efficient ...
This program is intended to find the roots of any input equations with either one (x) or two (x, y) variables. There are 2 program files in this project, the first one is a Jupyter Notebook file which ...