The function chaos.1 implements
the recursive relation
y[n+1] = x *
y[n] * (1 - y[n])
You can enter a value for y[0] and choose the
range for x. Example values are
y[0] = 0.5 and x running from 3.5 to 4.
You should draw the data with symbol 9 (a dot).