Skip to content

masterdezign/dde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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