Goal:
- Solve multiple classes of ODEs and PDEs numerically using common numerical methods
- Graph the numerical solution
Contents:
- Python functions for numerically solving common classes of ODEs and PDEs. a) Ex: Hamiltonians, Heat Equation, scalar ODEs, etc.
- All functions contain sample ODEs and/or PDEs for passing through implementation
- Some functions contain mathplot.lib implementations for graphing solutions