Skip to content

Instantly share code, notes, and snippets.

View jgbos's full-sized avatar

Justin Goodwin jgbos

  • MIT Lincoln Laboratory
  • Cambridge
View GitHub Profile
@jgbos
jgbos / README.md
Last active December 15, 2015 08:09
Chaotic Dynamics

** Note this visualization takes 60s to execute **

Chaotic dynamics can be easily simulated using the Logistic Map. Given the equation:

f(x) = \lambda x (1 - x)

Define the discrete dynamics by:

  • Initialize x0 (animation uses 0.2)
  • Find f(x0) (vertical line)