M2 icon indicating copy to clipboard operation
M2 copied to clipboard

`isRegularSequence` from `Depth` package does not work in multigraded setting

Open tom111 opened this issue 11 months ago • 0 comments

The problem is in the title. Here is an example:

R = QQ[x,y, Degrees=>{{1,0},{0,1}}]
isRegularSequence {x,y}

yields false.

After a brief look at the code. It is doing something with Hilbert functions that assumes a standard graded ring.

tom111 avatar May 24 '25 12:05 tom111