Untitled (1)

>    with(GraphTheory):

>    with(SpecialGraphs):

>    G := PrismGraph(5);

G := `Graph 6: an undirected unweighted graph with 10 vertices and 15 edge(s)`

>    DrawGraph(G);

[Maple Plot]

>    DrawGraph(G,style=spring,dimension=3);

[Maple Plot]

 

>