TetrahedronGraph().mws

>    with(GraphTheory):with(SpecialGraphs):

>    G := TetrahedronGraph();

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

>    DrawGraph(G);

[Maple Plot]

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

[Maple Plot]

>