This repository contains Python scripts demonstrating various numerical methods, which are commonly taught in undergraduate Computational Physics courses. Each script includes clear explanations, ...
The bisection method, also known as the binary search method, uses a binary search to find the roots of a real-valued function. It works by narrowing down an interval where the square root lies until ...