next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
eliminationMatrices :: detResDeg

detResDeg -- compute a regularity index and partial degrees of the determinantal resultant

Synopsis

Description

Compute the regularity index and the multi-degree of the determinantal resultant associated to the matrix M

i1 : R = ZZ[d1,d2,d3,k1,k2]

o1 = R

o1 : PolynomialRing
i2 : detResDeg(1,{d1,d2,d3},{k1,k2},R)

o2 = {d1 + d2 + d3 - k1 - 2k2 - 1, {d2 + d3 - k1 - k2, d1 + d3 - k1 - k2, d1
     ------------------------------------------------------------------------
     + d2 - k1 - k2}}

o2 : List

See also