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

canonicalCurveGenus14 -- compute a random curve of genus 14 in its canonical embedding

Synopsis

Description

i1 : setRandomSeed("alpha");
i2 : R=ZZ/101[x_0..x_13];
i3 : C=(random canonicalCurveGenus14)(R);

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

o4 = (2, 26, 14)

o4 : Sequence

For the programmer

The object canonicalCurveGenus14 is an instance of the type RandomObject.