|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Extract
Extract[expr, list]
extracts the part of expr at the position specified by list.
Extract[expr, {list1, list2, ...}]
extracts a list of parts of expr.
Extract[expr, list, h]
extracts parts of expr, wrapping each of them with head h before evaluation.
DetailsDetails
- Extract[expr, {i, j, ...}] is equivalent to Part[expr, i, j, ...].
- The position specifications used by Extract have the same form as those returned by Position, and used in functions such as MapAt and ReplacePart.
- You can use Extract[expr, ..., Hold] to extract parts without evaluation.
- If expr is a SparseArray object, Extract[expr, ...] extracts parts in the corresponding ordinary array.
New in 3 | Last modified in 5
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
