Polytopes`
Polytopes`

Faces

As of Version 12.0, all the functionality of the Polytopes package is built into the Wolfram System. »

Faces[polytope]

gives a list of the faces of polytope.

Details and Options

  • To use Faces, you first need to load the Polytopes Package using Needs["Polytopes`"].
  • Each face is a list of the numbers of the vertices that comprise that face.
  • NumberOfFaces[polytope] gives the number of faces of polytope.