next | previous | forward | backward | up | top | index | toc | Macaulay2 website
ThinSincereQuivers :: referenceThetas

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

Synopsis

Description

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

For the programmer

The object referenceThetas is a function closure.