ciResDegGH -- compute a regularity index used for the residual resultant over a complete intersection
Synopsis
Usage:
ciResDegGH(r, m, v)
Inputs:
v, a list, list 'var' of variables with respect to which the polynomials are homogeneous and from which one wants to remove these variables
r, a matrix, a single row matrix describing the base locus
m, a matrix, a matrix corresponding to the decomposition of a polynomial system over the base locus
Outputs:
an integer, a regularity index to form the residual resultant-
Description
This function is similar to the first element in the list returned by the function ciResDeg but with arguments that are identical to the ones used with the function eliminationMatrix using the Strategy CM2Residual.
i1 : R=QQ[a_0,a_1,a_2,a_3,a_4,b_0,b_1,b_2,b_3,b_4,c_0,c_1,c_2,c_3,c_4,x,y,z]
o1 = R
o1 : PolynomialRing
i2 : G=matrix{{z,x^2+y^2}}
o2 = | z x2+y2 |
1 2
o2 : Matrix R <--- R