- func: The function for which the root is to be found. - a, b: Interval [a, b] within which the root is searched for. - tol: Tolerance level for checking convergence of the method. - max_iter: ...
This repository contains Python scripts demonstrating various numerical methods, which are commonly taught in undergraduate Computational Physics courses. Each script includes clear explanations, ...