Properties
Category
English
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
2
Votes
1
Views
46
Share

How to select/specify one solution from the set returned by Solve
Answered
How does one select/specify single elements from the set returned by Solve, e.g., for subsequent use in function definitions? Thanks!
- 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
© 2019 International GeoGebra Institute
The set prouced with a command as Solve is a List object in GeoGebra, named as l1, ...You can apply all list commands to it. So if you want to use the n-th element of it, you can use Element(l1, n).
chris
Comments have been locked on this page!