Macaulay2 » Documentation
Packages » ExteriorIdeals :: isHilbertSequence
next | previous | forward | backward | up | index | toc

isHilbertSequence -- whether the given sequence is a Hilbert sequence

Description

Example:

i1 : E=QQ[e_1..e_4,SkewCommutative=>true]

o1 = E

o1 : PolynomialRing, 4 skew commutative variable(s)
i2 : isHilbertSequence({1,4,3,1,0},E)

o2 = true
i3 : isHilbertSequence({1,4,3,1,1},E)

o3 = false

See also

Ways to use isHilbertSequence:

  • isHilbertSequence(List,Ring)

For the programmer

The object isHilbertSequence is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/ExteriorIdeals.m2:500:0.