Untitled (4)

>    with(GraphTheory):

>    H:=CompleteGraph(5);

H := `Graph 4: an undirected unweighted graph with 5 vertices and 10 edge(s)`

>    DrawGraph(H);

[Maple Plot]

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

[Maple Plot]

>