Properties
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
3
Votes
1
Views
707
Share

How to resolve double quotes in a list created with the sequence command?
Answered
l1=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. " "
- 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
without changing l3..!
without changing l3..!
Comments have been locked on this page!