networks(deprecated)/induce - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : networks(deprecated)/induce

networks

  

induce

  

induces a subgraph in a graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

induce(Eset, G)

induce(Vset, G)

Parameters

Eset

-

set of edges from G

Vset

-

set of vertices from G

G

-

graph or network

Description

• 

Important:The networks package has been deprecated. Use the superseding command GraphTheory[InducedSubgraph]instead.

• 

This routine creates a subgraph of G from either a set of vertices and their incident edges or a set of edges and their ends.

• 

This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[induce](...).

Examples

Important:The networks package has been deprecated. Use the superseding command GraphTheory[InducedSubgraph]instead.

(1)

(2)

(3)

See Also

GraphTheory

GraphTheory[InducedSubgraph]

networks(deprecated)[complement]

networks(deprecated)[edges]

networks(deprecated)[incident]

with

 


Download Help Document