1

What I want to do is to evaluate a function as shown below:

LessQ[n_] := LessQ[n] = l[n] < 61

In some cases, when I am sure that on a list the LessQ[] is True, I want to

LessQ[#]& = True/@{1,2,3,4}

but this doesn’t work. So, instead of using a For[] loop, is there any other method?

Verbeia
  • 34,233
  • 9
  • 109
  • 224
tintin
  • 739
  • 3
  • 15

0 Answers0