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

networks

  

duplicate

  

copy a graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

duplicate(G)

Parameters

G

-

graph or network

Description

• 

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

• 

This procedure returns a graph with properties identical to those of G.

• 

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

Examples

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

withnetworks:

Gcomplete4:

HduplicateG:

H2G:

mapgetlabel,G,H,H2

1,2,1

(1)

Changing H will not affect G however changing H2 will.

See Also

GraphTheory

GraphTheory[CopyGraph]

networks(deprecated)[complement]

with