updated at 2021-05-04 by wojtek at bitologia.org (index)


fractals

In mid 90's with the advent of "fast" CPUs, fractals became an omnipresent obsession.

1. W. Sierpiński

Source: TASM, QBasic.

Fig. 1. Sierpiński triangle as a stochastic process.

2. B. Mandelbrot

Source: TASM, QBasic. It uses integer arithmetic! (and for some unknown reasons I used MACROs instead of PROCedures...)

Fig. 2. Integer-valued Mandelbrot set. Slightly deformed, but who cares as it appears in 3 (three) seconds (not minutes!) on a 80286.

3. G. Julia

Source: TASM, QBasic.

Fig. 3. Snapshots of a dynamically generated Julia set.

4. E. Lorenz

Source: TASM, QBasic.

Fig. 4. Classic Lorenz attractor.

5. plasma