Question: SearchArray Indices

This question is related to the Question Is there a command in Maple like "find" in Matlab

Thank you for the answers

It is very helpful for me

if j_w a vector where elements are [1,5,3,10,2,1,0,4]

with the command "row, col, val := SearchArray(j_w);" I have all information about j_w. Iwant to get just the indices of nonzero where the values of j_w<=3 for example?

Best regards

Please Wait...