User Portlet User Portlet

Discussions
Hi Scott, Have you tried the function Position ? Position[L,x0] should give the position(s) of x0 in the list L. Note that in the case that L is a sorted list, there are faster alternatives if L is long. Also, if you know that there is...