/NumericalMethodsA

Solutions for Math 310 Optional Assignment A

Primary LanguagePython

Math 310 Numerical Methods Optional Assignment A

This is my submission for the Math 310 optional assignment A. Solutions are written in Python. Implementations of Euler's method, Improved Euler's method, and Runge-Kutta method are in eulers.py. Solution plots for the first three problems are provided as well.