Delete
Delete[expr,n]
deletes the element at position n in expr. If n is negative, the position is counted from the end.
Delete[expr,{i,j,…}]
deletes the part at position {i,j,…}.
Delete[expr,{{i1,j1,…},{i2,j2,…},…}]
deletes parts at several positions.
Details
- Deleting the head of a particular element in an expression is equivalent to applying FlattenAt to the expression at that point. »
- Deleting the head of a whole expression makes the head be Sequence. »
- Deleting a whole expression gives the result Sequence[].
- Delete works on SparseArray objects.
- Delete works on associations, deleting elements with the specified keys.
- Delete[pos][expr] is equivalent to Delete[expr,pos].
Examples
open allclose allBasic Examples (5)
Generalizations & Extensions (3)
Properties & Relations (2)
Deleting the head of a whole expression gives a Sequence object:
Deleting at an empty list of positions does not change the expression:
Text
Wolfram Research (1991), Delete, Wolfram Language function, https://reference.wolfram.com/language/ref/Delete.html (updated 2014).
CMS
Wolfram Language. 1991. "Delete." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/Delete.html.
APA
Wolfram Language. (1991). Delete. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Delete.html