GraphTheory[InducedSubgraph]
|
Calling Sequence
|
|
InducedSubgraph(G, S)
|
|
Parameters
|
|
G
|
-
|
graph
|
S
|
-
|
set or list of vertices
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
| (5) |
>
|
|
>
|
|
| (6) |
>
|
|
|
|
Download Help Document
Was this information helpful?