Macaulay2 » Documentation
Packages » SpaceCurves :: divisor(Curve)
next | previous | forward | backward | up | index | toc

divisor(Curve) -- extracts the Divisor of a Curve

Description

Outputs the key Divisor of a Curve
i1 : C = curve(5,2);
i2 : D = divisor C

o2 = {2, 3}

o2 : Divisor

Ways to use this method:


The source of this document is in SpaceCurves.m2:939:0.