How to convert command lists and arrays to lists and arrays with data?

jospercomp shared this question 2 years ago
Needs Answer

How to convert command lists and arrays to lists and arrays with data?

How to replace the command with the command information?

//Commandl1=Sequence(5)

//Data


l1={1,2,3,4,5}

//Command

l2=Sequence(Sequence(i * j, i, 1, 2), j, 1, 2)

//Data

l2={{1,2},{2,4}}

Best Answer
photo

do you mean copyfreeobject(Sequence(Sequence(i * j, i, 1, 2), j, 1, 2))

Comments (2)

photo
2

do you mean copyfreeobject(Sequence(Sequence(i * j, i, 1, 2), j, 1, 2))

photo
1

copyfreeobject(Sequence(5))

https://wiki.geogebra.org/e...

In the command documentation there are no examples of how the command works or what CopyFreeObject is for.

photo
© 2023 International GeoGebra Institute