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 |
The object zeroDivisor is a method function.