Synopsis:
F(n) -- twist a coherent sheaf F on a projective variety by the n-th power of the hyperplane line bundle.
i1 : X = Proj(QQ[x,y,z]) |
i2 : F = OO_X |
i3 : G = F(3) |
i4 : module G |
i5 : degrees oo |
Code:
-- ../../../Macaulay2/m2/varieties.m2:123 CoherentSheaf ZZ := CoherentSheaf => (F,n) -> sheaf(variety F, F.module ** (ring F)^{n})