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

heft -- heft vector of ring or monoid

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:

  • heft(Monoid)
  • heft(PolynomialRing)
  • heft(QuotientRing)
  • heft(Ring)

For the programmer

The object heft is a method function.


The source of this document is in Macaulay2Doc/functions/heft-doc.m2:111:0.