Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VanDerPol

The model implements the Van der Pol oscillator.

der(x0) = x1
der(x1) = mu * ((1 - x0 * x0) * x1) - x0