/numerical-methods

Contains implementations of various numerical methods covering interpolation, differentiation, integration, ODE solvers, spectral/finite difference methods to solve PDEs, and root finding algorithms

Primary LanguagePython

numerical-methods

This repository contains Python 3 implementations of various numerical methods.

The Notes file contains theoretical proofs and details regarding all these algorithms. All of this code was written as part of the course on computational physics at IIT Kanpur.