The ideal is defined in the polynomial ring R, which must have at least n+1 variables, preferably all of equal degree. The first n+1 variables in the ring are usedFor example, the following defines a plane quintic curve of genus 6:
i1 : R = ZZ/101[a..f] |
i2 : monomialCurve(R,{3,5}) |
i3 : monomialCurve(R,{3,4,5}) |
i4 : monomialCurve(R,{6,7,8,9,11}) |
i5 : monomialCurve(R,{1,3,4}) |