Untitled (1)
>
with(GraphTheory):
>
with(SpecialGraphs):
>
G := PrismGraph(5);
>
DrawGraph(G);
>
DrawGraph(G,style=spring,dimension=3);
>