Create "n" Free Points

Tedus shared this question 3 years ago
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.

Comments (2)

photo
1

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.

photo
2

Note: only named objects can be free and movable.

Attachment: a possibility with script.

© 2023 International GeoGebra Institute