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

heft -- heft vector of ring or monoid

Synopsis

Description

heft returns the heft vector in use for R,

i1 : S = QQ[a..d, DegreeRank => 4];
i2 : degrees S

o2 = {{1, 0, 0, 0}, {0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}}

o2 : List
i3 : heft S

o3 = {1, 1, 1, 1}

o3 : List

See also

Ways to use heft :

For the programmer

The object heft is a method function.