GraphTheory
InducedSubgraph
construct induced subgraph
Calling Sequence
Parameters
Description
Examples
InducedSubgraph(G, S)
G
-
graph
S
set or list of vertices
The InducedSubgraph command returns the subgraph induced by a specified set (or list) of vertices.
To construct a subgraph using a set of edges, use the Subgraph command.
See Also
DeleteVertex
Subgraph
Download Help Document