Subdivide - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory

  

Subdivide

  

construct graph by subdividing edges

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Subdivide(G, E, r)

Parameters

G

-

graph

E

-

(optional) edge or arc or set (or list) of edges or arcs of the graph

r

-

(optional) positive integer

Description

• 

The Subdivide command subdivides the specified edges or arcs of a graph or digraph, by putting r new vertices on each specified edge or arc.

• 

If r is not specified, a default value of 1 is used.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

See Also

Digraph

Edges

Graph

 


Download Help Document