Properties
Similar Topics
Statistics
Comments
7
Participants
3
Subscribers
3
Votes
1
Views
728
Share

How to convert a list of solutions to list of numbers and a line to a number?
Answered
How to convert a list of solutions to a list of numbers?
l1 = {x = 5.27, x = 19.7}
l2 = {5.27,19.7}
How to convert a line to a number?
f: x = 5.27 "Line"
a = 5.27 "Number"
- 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
RightSide(l1) does not work
Zip(RightSide(eq), eq, l1) instead
x(intersection(y=0,f))
f(0)
etc.
try solutions() if possible
RightSide(l1)
RightSide(l1) does not work
Zip(RightSide(eq), eq, l1) instead
see the attached file
I was working in algebra view
Comments have been locked on this page!