Hi, I'm trying to work on a population growth model, but don't know what is wrong with this simple code. Can I use ListLinePlot on matrices' entires and plot the curves? The NestList works fin, but ListLinePlot does not plot it. Can you guys help me here with this simple question?
ListLinePlot[NestList[#^2 &, ( {{0.95},{1.1}} ), 4]]
Thank you.
Andre