In this exercise, you will compute 6 sequences of numbers. For-loops will be useful for this exercise. Consider the logistic map:
x_(n+1) = px_n(1 - x_n) This recurrence relation was developed as a model of the growth and decay of a population.
Consider 6 cases: p = .8, 1.5, 2.8, 3.2, 3.5, 3.65
In all cases, let x1 = .5. Iterate the logistic map 50 times at each value of ?, Use save-file names: A1.dat, A2.dat, ... A6.dat