next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
KustinMiller :: net(Face)

net(Face) -- Printing faces or cones.

Synopsis

Description

Prints faces. The vertices are printed without any brackets and with one space between them.

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

o3 = x  x  
      0  1

o3 : face with 2 vertices

See also

  • Complex -- The class of all simplicial complexes.