The Edge of Chaos
Here is the simplest equation that produces chaos: xn+1 = r · xn · (1 − xn) One variable. One parameter. One multiplication, one subtraction. You could explain it to a child: take a number between zero and one, multiply it by r, multiply by how far it is from one, and that gives you the next number. Repeat. ...