Properties
Category
English
Statistics
Comments
2
Participants
3
Subscribers
3
Votes
1
Views
696
Share
Answered
How do I create n free or movable points?
Example: Sequence((i,i),i,1,n)
Creates n points but they are not "free" to move.
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
They are not free to move because they have the property that you defined in the Sequence command.
If you want to drag all of them with a translation, use CopyFreeObject(list1), where list1 is the first one you have created.
You can create two points in the spreadsheet, select them and drag down, They will be free objects.
Or you can create them manually.
Or use the Point() command.
Note: only named objects can be free and movable.
Attachment: a possibility with script.
Comments have been locked on this page!