New in Wolfram
Mathematica
8: Graph & Network Modeling
◄
previous
|
next
►
Application Areas
Curated Collections of Graphs
Mathematica
8 has extensive collections of curated graphs and networks. Built-in graphs in
GraphData
or skeleton and net graphs in
PolyhedronData
can be used directly as input and included in programs.
In[1]:=
X
skeletons = Partition[ PolyhedronData[#, "SkeletonGraph"] & /@ PolyhedronData["Archimedean"], 4];
In[2]:=
X
nets = Partition[ PolyhedronData[#, "NetGraph"] & /@ Take[PolyhedronData["Archimedean"], 8], 4];
In[3]:=
X
GraphicsGrid[Join[skeletons, nets], ImageSize -> 500]
Out[3]=