Simple Attractors


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Peter de Jong:
  2. x' = sin(a * y) - cos(b * x)
  3. y' = sin(c * x) - cos(d * y)
  4.  
  5. Cliff Pickover:
  6. x' = sin(a * y) + c * cos(a * x)
  7. y' = sin(b * x) + d * cos(b * y)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.