Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the faces corresponding to a polyhedral graph
ResourceFunction["PolyhedralGraphFaces"][edges] returns the corresponding faces of polyhedron from the list of edges of a polyhedral graph. |
Find the faces corresponding to a set of polyhedral graph edges:
In[1]:= |
Out[1]= |
Show the faces:
In[2]:= |
Out[2]= |
Show the Schlegel diagram or Tutte embedding of the polyhedral graph:
In[3]:= |
Out[3]= |
Show the polyhedral graph as a polyhedron:
In[4]:= |
Out[4]= |
Create a Polyhedron directly from a polyhedral Graph:
In[5]:= |
Out[5]= |
Extract the faces:
In[6]:= |
Out[6]= |
All polyhedral graphs with 1 to 10 vertices, grouped by number of vertices, in "g6" format:
In[7]:= |
Number of polyhedral graphs with n vertices, A000944:
In[8]:= |
Out[8]= |
Face lists for the seven polyhedral graphs with six vertices:
In[9]:= |
Out[10]= |
Show the polyhedra with six vertices:
In[11]:= |
Out[11]= |
Show the 34 heptahedra:
In[12]:= |
Out[13]= |
This work is licensed under a Creative Commons Attribution 4.0 International License