Mathematica: Determine if all integers in a list are less than a number? -
Is there a way in mathematics to determine whether all integers in the list are less than a set number or not? For example, if I want to know that all the numbers in the list are less than 10:
theList = {1, 2, 3, 10}; Magic Function [List, 10]; - & gt;
thanks for your help
for the list, which From the largest number in the list, you can check that this value is less than a certain number.
Comments
Post a Comment