Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 782 Bytes

Delay Differential Equations (DDE)

Features

  • Autonomous DDEs with multiple dynamical variables and multiple delay times
  • Driven systems (i.e. with external input)
  • Non-autonomous DDEs (using driven systems with time as external input)
  • Second and fourth order integration methods
  • Example models:
  • Pure Haskell

Acknowledgements