next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
SegreClasses :: projectiveDegrees

projectiveDegrees -- This method computes the projective degrees of a scheme X inside a scheme Y, where X,Y are subschemes of some product of projective spaces

Synopsis

Description

For subschemes X,Y of ℙn1x...xℙnm this command computes a list of the projective degrees of a subscheme X in the subscheme Y as classes in the Chow ring of ℙn1x...xℙnm.

R = makeProductRing({3,3})
x = gens(R)
D = minors(2,matrix{{x_0..x_3},{x_4..x_7}})
X = ideal(x_0*x_1,x_1*x_2,x_0*x_2)
projectiveDegrees(X,D)
A = makeChowRing(R)
pd = projectiveDegrees(X,D,A)

Ways to use projectiveDegrees :