Macaulay2 » Documentation
Packages » ThinSincereQuivers > referenceThetas
next | previous | forward | backward | up | index | toc

referenceThetas -- return a weight for all polytopes associated to a toric quiver

Synopsis

Description

This method uses the interiorVector method for a Cone from the Polyhedra package to generate a single internal poin for each of the cones in the input list QCS.

i1 : Q = toricQuiver {{0,1},{0,2},{0,3},{1,2},{1,3},{2,3}};
i2 : CS = coneSystem Q;
i3 : referenceThetas CS

o3 = {{-1, -1, -1, 3}, {-2, 1, -1, 2}, {-3, 1, 1, 1}, {-2, -2, 1, 3}, {-3,
     ------------------------------------------------------------------------
     -1, 2, 2}, {-1, -3, 2, 2}, {-2, -2, 3, 1}}

o3 : List

Ways to use referenceThetas :

For the programmer

The object referenceThetas is a method function.