i1 : X = quadricSurface(ZZ/101[x,y,z,w]); |
i2 : L = smoothDivisors(5,X) o2 = {{1, 4}, {2, 3}} o2 : List |
i3 : X = cubicSurface(ZZ/101[x,y,z,w]); |
i4 : L = smoothDivisors(5,X) o4 = {{2, 1, 0, 0, 0, 0, 0}, {3, 1, 1, 1, 1, 0, 0}, {4, 2, 1, 1, 1, 1, 1}} o4 : List |
i5 : X = quarticSurfaceRational(ZZ/101[x,y,z,w]); |
i6 : L = smoothDivisors(5,X) o6 = {{3, 0, 2, 1, 1, 1, 1, 1, 0, 0}, {3, 0, 1, 1, 1, 1, 1, 1, 1, 0}, {4, 1, ------------------------------------------------------------------------ 2, 1, 1, 1, 1, 1, 1, 1}} o6 : List |
The object smoothDivisors is a method function.