Elements of Lists
Mathematica provides a carefully chosen set of functions for accessing elements of lists either using indices or positions, or using patterns or criteria for their values.
Span (
;; )
— general specification for spans or blocks of elements
Position — find positions of elements matching a pattern
Select — select elements that satisfy a criterion
Cases — give elements that match a pattern
MemberQ — test whether an element is a member of a list
TUTORIALS
MORE ABOUT
RELATED LINKS