8000 GitHub - tcriess/logistic: The logistic road to chaos. Entry in the 128b ST/E compo in SV2K24WE.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tcriess/logistic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The logistic road to chaos

The logistic road to chaos by tecer

A 128b intro for the Atari ST/E in 640x200 color mode.

It shows a plot of the logistic map by iterating x_{n+1} = r*x_n*(1-x_n) a few times and then plotting x_n for a number of iterations. The parameter values of r are varied from r=2.8 to r=4, showing the period doubling cascade, some of the "windows" and the chaotic regime.

The challenge is to compute all that without the possibility of floating point operations on the CPU (and no FPU!).

About

The logistic road to chaos. Entry in the 128b ST/E compo in SV2K24WE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

< 323F ul class="list-style-none">
  • Assembly 76.9%
  • Makefile 12.5%
  • Python 10.6%
  • 0