VertexDelete[g, v] makes a graph by deleting the vertex \[Nu] and all edges connected to v from the graph g.VertexDelete[g, {v_1, v_2, ...}] deletes a collection of vertices ...
Unicode: F7D0. Alias: Esc ␣del Esc.
EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...
ElementData["name", " property"] gives the value of the specified property for the chemical element " name".ElementData[n, " property"] gives the specified property for the ...
Picking out elements of lists. We will use this list for the examples. Here is the last element of t.
"Manipulating Elements of Lists" shows how you can pick out elements of lists based on their positions. Often, however, you will need to select elements based not on where ...
DefaultElement is an option for Grid and related constructs which specifies what to insert when a new element is interactively created.
Mathematica allows you to specify in detail what should happen when you press Shift+Enter to evaluate a cell in a notebook, or Ctrl+Shift+Enter to evaluate an expression in ...
Functions for manipulating files. Different operating systems have different commands for manipulating files. Mathematica provides a simple set of file manipulation ...
Lists are central constructs in Mathematica that are used to represent collections, arrays, sets, and sequences of all kinds. Well over a thousand built-in functions ...