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

How to display the indexes of a list in a list that are positive values?
Answered
input={-9,-29,8,17,-192,-44,23,-60,65,32}
index={ 1, 2, 3, 4, 5, 6, 7, 8, 9,10}
output={3,4,7,9,10}
- 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
If you want the sublist of index of positive input values then
You can get ALL indices of positive input values even without using index:
or
If you want the sublist of index of positive input values then
You can get ALL indices of positive input values even without using index:
or
Comments have been locked on this page!