Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.14 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.14 KB

Section 2.2 : Multiple Shooting Methods in Time

Python implementation :

  • module implementing Multiple Shooting and Forward Euler : solver.py
  • script reproducing the errors curves with Lorenz equations : figures.py

📖 Table of Content | ⬅️ Previous Section | ➡️ Next Section