Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 243 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 243 Bytes

ode_int_explore

This repository contains codes written by myself in order to explore time integration schemes for ordinary differential equations.

Currently Explored:

  • Explicit (Forward) Euler Method
  • Implicit (Backward) Euler Method