Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Parts of Expressions >

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.
  • Extract[expr, {i, j, ...}] is equivalent to Part[expr, i, j, ...].
  • 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
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team