Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 181 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 181 Bytes

VanDerPol

The model implements the Van der Pol oscillator.

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