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

incInverse -- compute a flow in the preimage for a given weight

Synopsis

Description

i1 : Q = toricQuiver(bipartiteQuiver(2,3));
i2 : th = {-5,-1,2,2,2};
i3 : incInverse(th, Q)

o3 = {1, 2, 2, 1, 0, 0}

o3 : List

For the programmer

The object incInverse is a function closure.