Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 478 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 478 Bytes

Numerical-Methods

Goal:

  1. Solve multiple classes of ODEs and PDEs numerically using common numerical methods
  2. Graph the numerical solution

Contents:

  1. Python functions for numerically solving common classes of ODEs and PDEs. a) Ex: Hamiltonians, Heat Equation, scalar ODEs, etc.
  2. All functions contain sample ODEs and/or PDEs for passing through implementation
  3. Some functions contain mathplot.lib implementations for graphing solutions