Question: Please Help...I do not know what I am doing

I have been given the logistics map:   xn+1 = rxn(1-xn) where xn is a number between zero and one that represents the size of the population in the nth generation as a ratio of the environment’s maximum capacity.
The parameter r is a positive number related to both the reproduction rate and the rate at which the
population dies due to limited resources.  Create a procedure (taking arguments r and initial population size x0)that returns the list [x0, x1, x2, . . . , x99] where the x0 is the initial population size, x1 is the population size after 1 generation....ect ect...   I understand that at each iteration, the current population is changed by the equation, and the next iteration uses it; however, I am very new to Maple and haven't a clue how to set this up.

Any help would be appreciated

Please Wait...