Macaulay2 » Documentation
Packages » Macaulay2Doc > rings > graded and multigraded polynomial rings > heft vectors > findHeft
next | previous | forward | backward | up | index | toc

findHeft -- find a heft vector for a list of degrees

Synopsis

Description

findHeft returns a weight co-vector whose dot product with each member of degs is strictly positive.

i1 : findHeft({{-1,0}, {2,1}}, DegreeRank => 2)

o1 = {-1, 3}

o1 : List
i2 : findHeft({}, DegreeRank => 0)

o2 = {}

o2 : List

See also

Ways to use findHeft :

For the programmer

The object findHeft is a method function with options.