Saturday, February 7, 2026

๐Ÿ–ฅ Aizawa Attractor

This program is a port and mod of Kurt Moerman's QB64pe program shared with the "BASIC Programming Language" Facebook group via this post.

About "attractors" (from Wikipedia):

In the mathematical field of dynamical systems, an attractor is a set of states toward which a system tends to evolve, for a wide variety of starting conditions of the system. System values that get close enough to the attractor values remain close even if slightly disturbed.

I've modified the program so that 10 seconds after the graph is generated, the screen is cleared and the graph is re-generated with many randomly altered parameters.  (The first graph generated is as per Kurt's QB64pe program.)

My port and mod:






No comments:

Post a Comment

๐Ÿ–ฅ Modular Multiplication Circles

This BAM program is a port and mod of a PC-BASIC' program by Kurt Moerman which he shared with' the BASIC Programming Language Faceb...