Properties
Category
English
Tags
Permutation
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
24
Votes
1
Views
860
Share
Needs Answer
Hi
How to permute at random the list Couples_{name} , when clicking on an Ok button ?
n=Slider(2,20, 2 ) C: Circle((0, 0), 1) Lp = Sequence(e^(ί 2 π k / n), k, 0, n-1) Couples_{name}={"A", "A", "B", "B", "C", "C", "D", "D", "E", "E", "F", "F", "G", "G", "H", "H", "I", "I", "J", "J"}
- 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
hi
I usually define a list as a shuffled list from the start. list=Shuffle(<definition list>), because now you can easily permutate the list on a button with just the command UpdateConstruction().
chris
hi
I usually define a list as a shuffled list from the start. list=Shuffle(<definition list>), because now you can easily permutate the list on a button with just the command UpdateConstruction().
chris
exactly what I would like !
thousands of Thanks ccambre
Comments have been locked on this page!