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

(1)

evalT_Ends

tablee2=1,3,e1=1,2,e3=2,3

(2)

G_Ends

tablee2=1,3,e1=1,2,e3=2,3

(3)

See Also

draw

GraphTheory

networks(deprecated)[incidence]

with