Properties
Category
English
Similar Topics
Statistics
Comments
9
Participants
5
Subscribers
5
Votes
1
Views
879
Share

Dynamic filling of a spreadsheet according to the all possible slider values
Answered
For the attached file, I need to
- make the first column "Col 1" be filled with all the possible values of the slider (from the its minimum to maximum values) based on the increment value "Step".
- make the second column "Col 2" have its cells dynamically filled with the function values
ColTwoFn(x)
where x the corresponding cell index of the first column at the same row.
Files:
SliderSteps2Spr...
- 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
The roughly sketched solution approach of mathmagic works in GGB5.
Dynamic lengths of lists are in GGB6 very problematic (performance).
As an attachment an alternative with TableText() and slider (see also post from Simona)
What are you trying to do overall?
Registering the slider values on a spreadsheet can be confusing, because if you move the slider up and down, values keep being updated.
If you need to display the values of the function in a dynamic table, you might try a different approach, maybe using TableText command https://wiki.geogebra.org/e..., like in the attached example (move the slider).
Please explain what you are trying to do overall - ie what are you going to do with that
try FillColumn(1, Sequence(min,max,inc))
The roughly sketched solution approach of mathmagic works in GGB5.
Dynamic lengths of lists are in GGB6 very problematic (performance).
As an attachment an alternative with TableText() and slider (see also post from Simona)
Comments have been locked on this page!