Macaulay2 » Documentation
Packages » Triangulations :: regularFineStarTriangulation
next | previous | forward | backward | up | index | toc

regularFineStarTriangulation -- a regular fine star triangulation of a polytope's boundary

Description

Convenience wrapper that computes a regular fine triangulation of $A$'s boundary via topcom and then cones each boundary simplex to the chosen center.

i1 : A = transpose matrix {{1,1},{-1,1},{-1,-1},{1,-1}}

o1 = | 1 -1 -1 1  |
     | 1 1  -1 -1 |

              2       4
o1 : Matrix ZZ  <-- ZZ
i2 : regularFineStarTriangulation A

o2 = {{0, 1, 4}, {0, 3, 4}, {1, 2, 4}, {2, 3, 4}}

o2 : List

Caveat

Returns a List of simplices, not a Triangulation.

See also

Ways to use regularFineStarTriangulation:

  • regularFineStarTriangulation(Matrix)

For the programmer

The object regularFineStarTriangulation is a method function with options.


The source of this document is in Triangulations.m2:1571:0.