Logistic Map Showing Convergence
Model was written in NetLogo 5.0.4
•
Viewed 409 times
•
Downloaded 30 times
•
Run 0 times
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
Comments and Questions
Please start the discussion about this model!
(You'll first need to log in.)
Click to Run Model
;;;;;;;;;;;;;;;;;;;;;; ;; setup procedures ;; ;;;;;;;;;;;;;;;;;;;;;; ;; sets up the patches and creates turtles to setup clear-all setup-turtles reset-ticks end ;; determines the number of turtles to setup-turtles create-turtles num-starting-value [ setxy 0 random-float 1 ] end ;;;;;;;;;;;;;;;;;;;;;;;; ;; runtime procedures ;; ;;;;;;;;;;;;;;;;;;;;;;;; to go ask turtles [ set ycor (r * ycor * (1 - ycor)) plot ycor ] tick end
There is only one version of this model, created about 11 years ago by Do Trong Thanh.
Attached files
File | Type | Description | Last updated | |
---|---|---|---|---|
Logistic Map Showing Convergence.png | preview | Preview | about 11 years ago, by Do Trong Thanh | Download |
This model does not have any ancestors.
This model does not have any descendants.