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

Online Help

All Products    Maple    MapleSim


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

networks

  

show

  

shows a table of known information about a network

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

show(G)

Parameters

G

-

graph or network

Description

• 

Important: The networks package has been deprecated.Use the superseding package GraphTheory instead.

• 

Returns a detailed description of the graph G. It is used primarily to view the internal structure of the graph.

• 

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

Examples

Important: The networks package has been deprecated.Use the superseding package GraphTheory instead.

withnetworks:

Gcomplete3:

TshowG

Ttable_Neighbors=table1=2,3,2=1,3,3=1,2,_Ends=tablee3=2,3,e2=1,3,e1=1,2,_Econnectivity=_Econnectivity,_Tail=table,_Head=table,_Emaxname=3,_EdgeIndex=tablesymmetric,2,3=e3,1,2=e1,1,3=e2,_Vweight=tablesparse,,_Bicomponents=_Bicomponents,_Counttrees=_Counttrees,_Countcuts=_Countcuts,_Status=SIMPLE,COMPLETE,_Edges=e1,e2,e3,_Eweight=tablee3=1,e2=1,e1=1,_Vertices=1,2,3

(1)

evalT_Ends

tablee3=2,3,e2=1,3,e1=1,2

(2)

G_Ends

tablee3=2,3,e2=1,3,e1=1,2

(3)

See Also

draw

GraphTheory

networks(deprecated)[incidence]

with