Macaulay2 » Documentation
Packages » Divisor :: zeroDivisor
next | previous | forward | backward | up | index | toc

zeroDivisor -- constructs the zero Weil divisor for the ring

Description

Constructs the zero Weil divisor for the input ring

i1 : R = QQ[x, y, z] / ideal(x * y - z^2);
i2 : D = zeroDivisor( R )

o2 = 0, the zero divisor

o2 : WeilDivisor on R

Ways to use zeroDivisor:

  • zeroDivisor(Ring)

For the programmer

The object zeroDivisor is a method function.


The source of this document is in Divisor.m2:4199:0.