How to resolve double quotes in a list created with the sequence command?

jospercomp shared this question 3 years ago
Answered

0ca4b229a75b541cae2924272cca5127l1=Sequence("("+RandomBetween(1, 9)+"x+"+((-1)^RandomBetween(1, 2))*RandomBetween(1, 9) +")" , i, 1, 10, 1)

l2=Sequence("("+RandomBetween(1, 9)+"x+"+((-1)^RandomBetween(1, 2))*RandomBetween(1, 9) +")" , i, 1, 10, 1)

l3=Sequence(Element(l1, i) * Element(l2, i), i, 1, Length(l1), 1)

How to change the l3 list from character string type to polynomial factoring type of degree 2 removing double quotation marks. " "

Best Answer
photo

without changing l3..!554227e023f8155e7c76de9e642ecbc4

42bb46d1f61361a8ee79d65c4362416f

Comments (2)

photo
1

without changing l3..!554227e023f8155e7c76de9e642ecbc4

42bb46d1f61361a8ee79d65c4362416f

photo
1

Thank you so much!!!

photo
© 2023 International GeoGebra Institute