next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
KoszulDivisorOnPic14M8 :: randomCurveGenus8Degree14inP6

randomCurveGenus8Degree14inP6 -- compute a random normal curve of genus g=8 and degree 14 in P^6

Synopsis

Description

The construction is based on Mukai’s unirational description of M8,8 of the moduli space of genus 8 with 8 marked points (see [Mu]).

i1 : FF=ZZ/10007;S=FF[x_0..x_6];
i3 : I=randomCurveGenus8Degree14inP6 S;

o3 : Ideal of S
i4 : betti res I

            0 1  2  3  4 5
o4 = total: 1 7 35 56 35 8
         0: 1 .  .  .  . .
         1: . 7  .  .  . .
         2: . . 35 56 35 8

o4 : BettiTally

Ways to use randomCurveGenus8Degree14inP6 :

  • randomCurveGenus8Degree14inP6(PolynomialRing)