Lissajous Figures
No preview image
Model was written in NetLogo 5.0RC6
•
Viewed 298 times
•
Downloaded 34 times
•
Run 0 times
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
WHAT IS IT?
Comments and Questions
Please start the discussion about this model!
(You'll first need to log in.)
Click to Run Model
to setup clear-all reset-ticks create-turtles 1 go ask turtles [ set size 5 pen-down ] go clear-drawing end to go ask turtles [ move ] tick-advance 0.01 / smoothness end to move ;; turtle procedure let new-x max-pxcor * sin (a * ticks) let new-y max-pycor * cos (b * ticks) facexy new-x new-y setxy new-x new-y end
There are 2 versions of this model.
Attached files
No files
This model does not have any ancestors.
This model does not have any descendants.