Hi
In matlab we have this command:
I = FIND(X) returns the linear indices corresponding to the nonzero entries of the array X.
[I,J,V] = FIND(X) also returns a vector V containing the values that correspond to the row and column indices I and J.
Is there a command in Maple like "find" in Matlab
Thanks in advance