Subgraph
Subgraph[g,{v1,v2,…}]
gives the subgraph of the graph g generated by the vertices vi.
Subgraph[g,{e1,e2,…}]
gives the subgraph generated by the edges ej.
Subgraph[g,patt]
gives the subgraph generated by the vertices and edges that match the pattern patt.
Subgraph[{vw,…},…]
uses rules vw to specify the graph g.
Details and Options
- The subgraph generated by the vertices v1,v2,… includes the vertices vi and all edges connecting them in the original graph g.
- The subgraph generated by the edges e1,e2,… includes the edges ej and all edges connecting vertices vi of ej in the original graph g.
- Subgraph works with undirected graphs, directed graphs, multigraphs, and mixed graphs.
Examples
open allclose allBasic Examples (1)
Scope (7)
Applications (2)
Properties & Relations (3)
Text
Wolfram Research (2010), Subgraph, Wolfram Language function, https://reference.wolfram.com/language/ref/Subgraph.html (updated 2015).
CMS
Wolfram Language. 2010. "Subgraph." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/Subgraph.html.
APA
Wolfram Language. (2010). Subgraph. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Subgraph.html