Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Lists and Matrices / Element Extraction /

Extract

FilledSmallSquare Extract[expr, list] extracts the part of expr at the position specified by list.

FilledSmallSquare Extract[expr, , , ... ] extracts a list of parts of expr.

FilledSmallSquare Extract[expr, ... , h] extracts parts of expr, wrapping each of them with head h before evaluation.

FilledSmallSquare Extract[expr, i, j, ... ] is equivalent to Part[expr, i, j, ... ].

FilledSmallSquare The position specifications used by Extract have the same form as those returned by Position, and used in functions such as MapAt and ReplacePart.

FilledSmallSquare You can use Extract[expr, ... , Hold] to extract parts without evaluation.

FilledSmallSquare If expr is a SparseArray object, Extract[expr, ... ] extracts parts in the corresponding ordinary array.

FilledSmallSquare See Section 2.4.2.

FilledSmallSquare See also: Part, Take, PadLeft.

FilledSmallSquare New in Version 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.