Untitled (4)
>
with(GraphTheory):
>
H:=CompleteGraph(5);
>
DrawGraph(H);
>
DrawGraph(H,style=spring,dimension=3);
>