next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
KustinMiller :: face

face -- Generate a face.

Synopsis

Description

Generates a face out of a list L.

i1 : K=QQ;
i2 : R=K[x_0..x_4];
i3 : F=face {x_0,x_1}

o3 = x  x  
      0  1

o3 : face with 2 vertices

See also

  • Face -- The class of faces of simplicial complexes.
  • face -- Generate a face.
  • idealToComplex -- Compute the Stanley-Reisner complex.
  • Complex -- The class of all simplicial complexes.
  • facets -- The facets of a simplicial complex.
  • faces -- Returns the faces of a complex

Ways to use face :

  • face(List)