networks(deprecated)/adjacency - 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)/adjacency

networks

  

adjacency

  

construct the adjacency matrix of a graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

adjacency(G)

Parameters

G

-

graph or network

Description

• 

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

• 

Two vertices are said to be adjacent if one or more edges connect them.  This routine constructs an adjacency matrix whose rows and columns are indexed by the vertices and whose i-jth entry is the number of edges from vertex i to vertex j.

• 

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

Examples

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

(1)

(2)

(3)

(4)

(5)

(6)

See Also

GraphTheory

GraphTheory[AdjacencyMatrix]

networks(deprecated)[complete]

networks(deprecated)[incidence]

with

 


Download Help Document