Python This is the wrapper repo for my Python scribbles, mostly Numerical Methods work, so mostly Numerical Analysis. Matrix Reduction gaussian_elim.py Integration gaussian_quadriture.py numericalIntegration.py riemannSum.py romberg.py Ordinary Differential Equations RK4.py T4.py abmpc.py