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_Eweight=tablee3=1,e2=1,e1=1,_Counttrees=_Counttrees,_Status=SIMPLE,COMPLETE,_Emaxname=3,_Countcuts=_Countcuts,_Edges=e1,e2,e3,_Econnectivity=_Econnectivity,_Ends=tablee3=2,3,e2=1,3,e1=1,2,_EdgeIndex=tablesymmetric,1,3=e2,1,2=e1,2,3=e3,_Bicomponents=_Bicomponents,_Head=table,_Neighbors=table1=2,3,2=1,3,3=1,2,_Tail=table,_Vweight=tablesparse,,_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