jemma
- 35
- 0
After using NSolve, I have a list of numbers but I only want mathematica to print the ones which are real numbers between 0 and 1 (inclusive). How do I do that? Thanks!
Select[%, (0 <= # <= 1) &]