This repository contains Python scripts written while learning numerical methods and computational physics.
It includes implementations of algorithms like Runge–Kutta, Newton–Raphson, Bisection, and FTCS, with visualization using Matplotlib.
RK2.py,RK4.py— Runge–Kutta solversNewton-Raphson.py,Bisection.py— Root-finding algorithmsIntegration_Methods.py— Numerical integration (Trapezoidal, Simpson’s)FTCS_week9.py— Finite difference solution of 1D heat equation
Python (NumPy, Matplotlib)