Macaulay2 » Documentation
Packages » RandomGenus14Curves :: curveGenus14Degree18inP6
next | previous | forward | backward | up | index | toc

curveGenus14Degree18inP6 -- compute a random curve of genus 14 and degree 18 in $\mathbb{P}^6$

Description

i1 : setRandomSeed("alpha");
 -- setting random seed to 10206284518
i2 : R=ZZ/101[x_0..x_6];
i3 : C=(random curveGenus14Degree18inP6)(R);

o3 : Ideal of R
i4 : (dim C, degree C, genus C)

o4 = (2, 18, 14)

o4 : Sequence

For the programmer

The object curveGenus14Degree18inP6 is an instance of the type RandomObject.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/RandomGenus14Curves.m2:223:0.