Hi guys
I have defined an interval
i = Interval[{1,2}]
Now I have a list called k, and I wish to extract all the values from k that are within the interval i. What can I do to check if a variable k[[n]] is in the interval i?
Thanks in advance.
Niles.
